mirror of
https://github.com/google/leveldb.git
synced 2025-01-19 07:02:57 +08:00
Fix ldb file wrong level info in log
This commit is contained in:
parent
5bd5f0f67a
commit
f7bd72e688
@ -858,7 +858,7 @@ Status DBImpl::FinishCompactionOutputFile(CompactionState* compact,
|
||||
delete iter;
|
||||
if (s.ok()) {
|
||||
Log(options_.info_log, "Generated table #%llu@%d: %lld keys, %lld bytes",
|
||||
(unsigned long long)output_number, compact->compaction->level(),
|
||||
(unsigned long long)output_number, compact->compaction->level() + 1,
|
||||
(unsigned long long)current_entries,
|
||||
(unsigned long long)current_bytes);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user