Skip to content

Commit

Permalink
Remove error log as its no longer an error since snap
Browse files Browse the repository at this point in the history
  • Loading branch information
RobQuistNL authored Dec 21, 2023
1 parent b0bc4a9 commit d9d1b43
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 d9d1b43

Please sign in to comment.