diff --git a/extern/storage-sealing/upgrade_queue.go b/extern/storage-sealing/upgrade_queue.go index b6fd6e17389..1ee228ccb89 100644 --- a/extern/storage-sealing/upgrade_queue.go +++ b/extern/storage-sealing/upgrade_queue.go @@ -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() {