diff --git a/cmd/integration/commands/stages.go b/cmd/integration/commands/stages.go index 945e527d26348a426c9efef248fa002021fabf9b..8894f5c76b8300acd0f870c15f6fb140653f2f7c 100644 --- a/cmd/integration/commands/stages.go +++ b/cmd/integration/commands/stages.go @@ -637,8 +637,8 @@ func stageTrie(db kv.RwDB, ctx context.Context) error { } fmt.Printf("distance: %d\n", pm.History) - log.Info("Stage4", "progress", execStage.BlockNumber) - log.Info("Stage5", "progress", s.BlockNumber) + log.Info("StageExec", "progress", execStage.BlockNumber) + log.Info("StageTrie", "progress", s.BlockNumber) cfg := stagedsync.StageTrieCfg(db, true, true, tmpdir) if unwind > 0 { u := sync.NewUnwindState(stages.IntermediateHashes, s.BlockNumber-unwind, s.BlockNumber)