This commit is contained in:
Yuan Wang 2025-03-16 03:04:02 +00:00 committed by GitHub
commit 72d028638f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);
} }