Skip to content

Commit

Permalink
dcompact_worker.cpp: fix log typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rockeet committed Jan 18, 2024
1 parent 1e35877 commit bb83b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/dcompact/dcompact_worker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1350,7 +1350,7 @@ auto writeObjResult = [&]{
imm_dbo.statistics->GetAggregated(results->statistics.tickers,
results->statistics.histograms);
auto t1 = pf.now();
ROCKS_LOG_DEBUG(info_log, "Writing rpc.result");
ROCKS_LOG_DEBUG(info_log, "Writing rpc.results");
results->work_time_usec = pf.us(t0, t1);
try {
string outFname = MakePath(attempt_dir, "rpc.results");
Expand Down

0 comments on commit bb83b14

Please sign in to comment.