mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 02:33:34 +00:00
ci: non-constant format string (govet)
Signed-off-by: Praveen M <m.praveen@ibm.com>
This commit is contained in:
@ -103,7 +103,7 @@ func (r *ReconcilePersistentVolume) getCredentials(
|
||||
|
||||
if name == "" || namespace == "" {
|
||||
errStr := "secret name or secret namespace is empty"
|
||||
log.ErrorLogMsg(errStr)
|
||||
log.ErrorLogMsg("%v", errStr)
|
||||
|
||||
return nil, errors.New(errStr)
|
||||
}
|
||||
|
Reference in New Issue
Block a user