mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-29 17:18:08 -05:00
chore(node-core): unify stage progress log style (#7426)
This commit is contained in:
@@ -167,8 +167,7 @@ impl<DB> NodeState<DB> {
|
||||
.and_then(|entities| entities.fmt_percentage());
|
||||
let stage_eta = current_stage.eta.fmt_for_stage(stage_id);
|
||||
|
||||
let message =
|
||||
if done { "Stage finished executing" } else { "Stage committed progress" };
|
||||
let message = if done { "Finished stage" } else { "Committed stage progress" };
|
||||
|
||||
match (stage_progress, stage_eta) {
|
||||
(Some(stage_progress), Some(stage_eta)) => {
|
||||
|
||||
Reference in New Issue
Block a user