Skip to content

Commit

Permalink
Update src/server/pegasus_server_impl.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Yingchun Lai <[email protected]>
  • Loading branch information
ninsmiracle and acelyc111 authored Apr 2, 2024
1 parent 322514b commit 1e3f78d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/pegasus_server_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1762,7 +1762,7 @@ dsn::error_code pegasus_server_impl::start(int argc, char **argv)
LOG_AND_RETURN_NOT_OK(
ERROR_PREFIX,
_meta_store->get_last_manual_compact_used_time(&last_manual_compact_used_time),
"last_manual_compact_used_time failed");
"get_last_manual_compact_used_time failed");

// update last manual compact finish & used timestamp
_manual_compact_svc.init_last_finish_time_ms(last_manual_compact_finish_time);
Expand Down

0 comments on commit 1e3f78d

Please sign in to comment.