forked from TrueCloudLab/frostfs-node
[#1568] pilorama: Replace "containerID" with "container ID" in the error message
It is "container ID" in every other place. Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
bd0197eaa8
commit
226dd25dd0
1 changed files with 1 additions and 1 deletions
|
@ -1504,7 +1504,7 @@ func (t *boltForest) TreeListTrees(ctx context.Context, prm TreeListTreesPrm) (*
|
|||
|
||||
var contID cidSDK.ID
|
||||
if err := contID.Decode(k[:32]); err != nil {
|
||||
return fmt.Errorf("decode containerID: %w", err)
|
||||
return fmt.Errorf("decode container ID: %w", err)
|
||||
}
|
||||
res.Items = append(res.Items, ContainerIDTreeID{
|
||||
CID: contID,
|
||||
|
|
Loading…
Reference in a new issue