Merge pull request #8370 from rjan90/ux/sectors-snap-up
fix:snapup: Rename error message
This commit is contained in:
commit
4e2d7fe1db
2
extern/storage-sealing/upgrade_queue.go
vendored
2
extern/storage-sealing/upgrade_queue.go
vendored
@ -16,7 +16,7 @@ func (m *Sealing) MarkForSnapUpgrade(ctx context.Context, id abi.SectorNumber) e
|
||||
}
|
||||
|
||||
if si.State != Proving {
|
||||
return xerrors.Errorf("can't mark sectors not in the 'Proving' state for upgrade")
|
||||
return xerrors.Errorf("unable to snap-up sectors not in the 'Proving' state")
|
||||
}
|
||||
|
||||
if si.hasDeals() {
|
||||
|
Loading…
Reference in New Issue
Block a user