[#51] add address to logs
Signed-off-by: Pavel Pogodaev <p.pogodaev@yadro.com>
This commit is contained in:
parent
9d7f7bd04f
commit
f3ede1fc56
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@ package pool
|
|||
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
|
||||
sdkClient "git.frostfs.info/TrueCloudLab/frostfs-sdk-go/client"
|
||||
apistatus "git.frostfs.info/TrueCloudLab/frostfs-sdk-go/client/status"
|
||||
|
@ -166,5 +167,5 @@ func (it *internalTarget) tryPutSingle(ctx context.Context, o *object.Object) (b
|
|||
}
|
||||
return true, nil
|
||||
}
|
||||
return true, err
|
||||
return true, fmt.Errorf("try put single '%s': %w", it.address, err)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue