fix log string
This commit is contained in:
parent
c3ae83da33
commit
a6390a1433
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ func InitPrometheus(prometheusHost, prometheusPort, prometheusEntry string) {
|
|||
serveOnUnixSocket(socketPath)
|
||||
} else {
|
||||
ipPort := prometheusHost+":"+prometheusPort
|
||||
glog.Infof("Starting Prometheus on IP port %v:%v, entry point is /%v", ipPort, prometheusEntry)
|
||||
glog.Infof("Starting Prometheus on IP port %v, entry point is /%v", ipPort, prometheusEntry)
|
||||
serveOnIpPort(ipPort)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue