mirror of
https://github.com/google/leveldb.git
synced 2025-06-11 12:43:19 +08:00
Merge f7bd72e688
into ac691084fd
This commit is contained in:
commit
72d028638f
@ -868,7 +868,7 @@ Status DBImpl::FinishCompactionOutputFile(CompactionState* compact,
|
|||||||
delete iter;
|
delete iter;
|
||||||
if (s.ok()) {
|
if (s.ok()) {
|
||||||
Log(options_.info_log, "Generated table #%llu@%d: %lld keys, %lld bytes",
|
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_entries,
|
||||||
(unsigned long long)current_bytes);
|
(unsigned long long)current_bytes);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user