rbd: use small case of error message

the error message should not start with
the capital letter changing the case as
per the standard.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna 2021-11-08 15:30:09 +05:30 committed by mergify[bot]
parent 51998a5f4a
commit 7bbd2ea284

View File

@ -440,7 +440,7 @@ func (ns *NodeServer) stageTransaction(
ok, err = resizer.NeedResize(devicePath, stagingTargetPath)
if err != nil {
return transaction, status.Errorf(codes.Internal,
"Need resize check failed on devicePath %s and staingPath %s, error: %v",
"need resize check failed on devicePath %s and staingPath %s, error: %v",
devicePath,
stagingTargetPath,
err)