Skip to content

Commit

Permalink
Minor log msg adjustment for passive testing finalization skip
Browse files Browse the repository at this point in the history
Closes: #760
  • Loading branch information
rvagg committed Nov 29, 2024
1 parent 99ae2fc commit 7cbcb33
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",

Check warning on line 256 in host.go

View check run for this annotation

Codecov / codecov/patch

host.go#L256

Added line #L256 was not covered by tests
"tsk", ts.Key,
"epoch", ts.Epoch,
)
Expand Down

0 comments on commit 7cbcb33

Please sign in to comment.