From 3cebd99d4c9eb5e58e90eeea7aea9874383d6f27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Magiera?= Date: Tue, 19 Sep 2023 15:09:46 +0200 Subject: [PATCH] pipeline: debugging C2 with synth porep --- storage/pipeline/states_sealing.go | 1 + 1 file changed, 1 insertion(+) diff --git a/storage/pipeline/states_sealing.go b/storage/pipeline/states_sealing.go index 6caa66494..8221b3968 100644 --- a/storage/pipeline/states_sealing.go +++ b/storage/pipeline/states_sealing.go @@ -584,6 +584,7 @@ func (m *Sealing) handleCommitting(ctx statemachine.Context, sector SectorInfo) porepProof, err = m.sealer.SealCommit2(sector.sealingCtx(ctx.Context()), m.minerSector(sector.SectorType, sector.SectorNumber), c2in) if err != nil { + log.Errorw("Commit2 error", "error", err) return ctx.Send(SectorComputeProofFailed{xerrors.Errorf("computing seal proof failed(2): %w", err)}) } } else {