Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
ideawu committed Apr 20, 2015
1 parent 8fcceb2 commit 76bba13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/db_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 76bba13

Please sign in to comment.