logs to debug read & unseal
This commit is contained in:
parent
8ff5bce7a3
commit
2c9f5922b5
2
extern/sector-storage/worker_local.go
vendored
2
extern/sector-storage/worker_local.go
vendored
@ -441,6 +441,8 @@ func (l *LocalWorker) UnsealPiece(ctx context.Context, sector storage.SectorRef,
|
|||||||
return nil, xerrors.Errorf("removing source data: %w", err)
|
return nil, xerrors.Errorf("removing source data: %w", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
log.Debugf("worker has unsealed piece, sector=%+v", sector.ID)
|
||||||
|
|
||||||
return nil, nil
|
return nil, nil
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user