workers: Handle init on first run

This commit is contained in:
Łukasz Magiera
2020-03-16 19:46:02 +01:00
parent 7e997e40f3
commit de1c984b48
3 changed files with 52 additions and 4 deletions
+1 -1
View File
@@ -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
}