Skip to content

Commit

Permalink
Merge pull request #8622 from RobQuistNL/patch-7
Browse files Browse the repository at this point in the history
fix: Make deal making logs much less noisy
  • Loading branch information
magik6k authored May 11, 2022
2 parents 03f4124 + c057ce1 commit 33a05d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extern/storage-sealing/input.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 33a05d3

Please sign in to comment.