From 483e58b1f64a7f9067940acf43bd70a9019280bb Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Fri, 29 Nov 2024 20:11:32 +1100 Subject: [PATCH] Minor log msg adjustment for passive testing finalization skip (#764) Closes: https://github.com/filecoin-project/go-f3/issues/760 --- host.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, )