mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 02:33:34 +00:00
util: rename FatalLog to FatalLogMsg for parity
rename FatalLog to FatalLogMsg to keep functions in parity functions ends with Msg if its only message logging. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
committed by
mergify[bot]
parent
71a6dc3ba8
commit
eeb0859f99
@ -21,6 +21,6 @@ func StartMetricsServer(c *Config) {
|
||||
http.Handle(c.MetricsPath, promhttp.Handler())
|
||||
err := http.ListenAndServe(addr, nil)
|
||||
if err != nil {
|
||||
FatalLog("failed to listen on address %v: %s", addr, err)
|
||||
FatalLogMsg("failed to listen on address %v: %s", addr, err)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user