[#1423] ir/container: Fix error message related to container removal

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
Leonard Lyubich 2022-05-25 18:17:48 +03:00 committed by LeL
parent 883f2f1ac6
commit 2dec3a0a93

View file

@ -184,7 +184,7 @@ func (cp *Processor) checkDeleteContainer(e *containerEvent.Delete) error {
signedData: binCID,
})
if err != nil {
return fmt.Errorf("auth container creation: %w", err)
return fmt.Errorf("auth container removal: %w", err)
}
return nil