diff --git a/host.go b/host.go index 91d19c27..a3358115 100644 --- a/host.go +++ b/host.go @@ -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, )