Skip to content

Commit

Permalink
Minor log msg adjustment for passive testing finalization skip (#764)
Browse files Browse the repository at this point in the history
Closes: #760
  • Loading branch information
rvagg authored Nov 29, 2024
1 parent 99ae2fc commit 483e58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion host.go
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ func (h *gpbftRunner) Start(ctx context.Context) (_err error) {
}
} else {
ts := cert.ECChain.Head()
log.Infow("not finalizing a new head because Finalize the manifest specifies that tipsets should not be finalized",
log.Infow("skipping finalization of a new head because the current manifest specifies that tipsets should not be finalized",
"tsk", ts.Key,
"epoch", ts.Epoch,
)
Expand Down

0 comments on commit 483e58b

Please sign in to comment.