mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 18:43:34 +00:00
ci: non-constant format string (govet)
Signed-off-by: Praveen M <m.praveen@ibm.com>
This commit is contained in:
@ -64,7 +64,7 @@ func recordLiveness(endpoint, drivername string, pollTime, timeout time.Duration
|
||||
// register prometheus metrics
|
||||
err := prometheus.Register(liveness)
|
||||
if err != nil {
|
||||
log.FatalLogMsg(err.Error())
|
||||
log.FatalLogMsg("%v", err.Error())
|
||||
}
|
||||
|
||||
csiConn, err := connlib.Connect(context.Background(), endpoint, liveMetricsManager)
|
||||
|
Reference in New Issue
Block a user