diff --git a/extern/storage-sealing/input.go b/extern/storage-sealing/input.go index 9654296ca..945de51b7 100644 --- a/extern/storage-sealing/input.go +++ b/extern/storage-sealing/input.go @@ -446,7 +446,7 @@ func (m *Sealing) updateInput(ctx context.Context, sp abi.RegisteredSealProof) e } if !ok { exp, _, _ := expF(sector.number) - log.Infof("CC update sector %d cannot fit deal, expiration %d before deal end epoch %d", id, exp, piece.deal.DealProposal.EndEpoch) + log.Debugf("CC update sector %d cannot fit deal, expiration %d before deal end epoch %d", id, exp, piece.deal.DealProposal.EndEpoch) continue }