workers: Handle init on first run
This commit is contained in:
@@ -176,7 +176,7 @@ func DeclareLocalStorage(ctx context.Context, idx SectorIndex, localStore *Local
|
||||
CanStore: path.CanStore,
|
||||
})
|
||||
if err != nil {
|
||||
log.Errorf("attaching local storage to remote: %+v")
|
||||
log.Errorf("attaching local storage to remote: %+v", err)
|
||||
continue
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user