logs to debug read & unseal

This commit is contained in:
aarshkshah1992 2021-05-21 19:02:37 +05:30
parent 8ff5bce7a3
commit 2c9f5922b5

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
})
}