logs to debug read & unseal

This commit is contained in:
aarshkshah1992
2021-06-07 15:03:09 +05:30
parent ec6a49693f
commit 2a134887c3
+2
View File
@@ -441,6 +441,8 @@ func (l *LocalWorker) UnsealPiece(ctx context.Context, sector storage.SectorRef,
return nil, xerrors.Errorf("removing source data: %w", err)
}
log.Debugf("worker has unsealed piece, sector=%+v", sector.ID)
return nil, nil
})
}