Skip to content

Commit

Permalink
Merge pull request filecoin-project#11547 from RobQuistNL/patch-13
Browse files Browse the repository at this point in the history
Remove error log as its no longer an error since snap
  • Loading branch information
magik6k authored Jan 8, 2024
2 parents c3f0554 + d9d1b43 commit 9ce25d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion storage/pipeline/input.go
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,6 @@ func (m *Sealing) updateInput(ctx context.Context, sp abi.RegisteredSealProof) e
log.Debugw("updateInput matching done", "matches", len(matches), "toAssign", len(toAssign), "assigned", assigned, "openSectors", len(m.openSectors), "pieces", len(m.pendingPieces))

if len(toAssign) > 0 {
log.Errorf("we are trying to create a new sector with open sectors %v", m.openSectors)
if err := m.tryGetDealSector(ctx, sp, getExpirationCached); err != nil {
log.Errorw("Failed to create a new sector for deals", "error", err)
}
Expand Down

0 comments on commit 9ce25d7

Please sign in to comment.