Skip to content

Commit

Permalink
resolve error
Browse files Browse the repository at this point in the history
Signed-off-by: Rushikesh Kinhalkar <[email protected]>
  • Loading branch information
rkinhalkar-px committed Nov 16, 2023
1 parent 6eaa880 commit 6612dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/errors/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func (e *ErrStoragePoolResizeInProgress) Error() string {
if e.Pool.LastOperation != nil {
op := e.Pool.LastOperation
if op.Type == api.SdkStoragePool_OPERATION_RESIZE {
errMsg = fmt.Sprintf("%s %s %s", errMsg, op.Msg)
errMsg = fmt.Sprintf("%s %s", errMsg, op.Msg)
}
}

Expand Down

0 comments on commit 6612dee

Please sign in to comment.