summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorideawu <ideawu@me>2015-04-20 12:41:01 +0800
committerideawu <ideawu@me>2015-04-20 12:41:01 +0800
commit76bba139c083f7d54daa170165cad3e23c9d3ec8 (patch)
treefa3121ed99c59d759031dce57af6c24245b33327
parent8fcceb2a6ffbb3dc8c75763951a2536a3571b08e (diff)
downloadleveldb-76bba139c083f7d54daa170165cad3e23c9d3ec8.tar.gz
fix indent
-rw-r--r--db/db_impl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/db_impl.cc b/db/db_impl.cc
index 7912174..a206cc4 100644
--- a/db/db_impl.cc
+++ b/db/db_impl.cc
@@ -823,7 +823,7 @@ Status DBImpl::FinishCompactionOutputFile(CompactionState* compact,
Log(options_.info_log,
"Generated table #%llu@%d: %lld keys, %lld bytes",
(unsigned long long) output_number,
- compact->compaction->level(),
+ compact->compaction->level(),
(unsigned long long) current_entries,
(unsigned long long) current_bytes);
}