Update extern/sector-storage/worker_local.go

Co-authored-by: Łukasz Magiera <magik6k@users.noreply.github.com>
This commit is contained in:
llifezou 2022-02-25 11:12:18 +08:00 committed by GitHub
parent 4b685c5e26
commit dac5518005
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -273,7 +273,7 @@ func (l *LocalWorker) asyncCall(ctx context.Context, sector storage.SectorRef, r
log.Errorf("get hostname err: %+v", err) log.Errorf("get hostname err: %+v", err)
} }
err = xerrors.Errorf("%s [Hostname: %s]", err.Error(), hostname) err = xerrors.Errorf("%w [Hostname: %s]", err.Error(), hostname)
} }
if doReturn(ctx, rt, ci, l.ret, res, toCallError(err)) { if doReturn(ctx, rt, ci, l.ret, res, toCallError(err)) {