forked from TrueCloudLab/frostfs-node
[#1423] ir/container: Fix error message related to container removal
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
883f2f1ac6
commit
2dec3a0a93
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ func (cp *Processor) checkDeleteContainer(e *containerEvent.Delete) error {
|
||||||
signedData: binCID,
|
signedData: binCID,
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return fmt.Errorf("auth container creation: %w", err)
|
return fmt.Errorf("auth container removal: %w", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
|
|
Loading…
Reference in a new issue