nit
This commit is contained in:
parent
aeb234fbbf
commit
c3ae83da33
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ func serveOnUnixSocket(socketPath string) {
|
||||||
|
|
||||||
func serveOnIpPort(ipPort string) {
|
func serveOnIpPort(ipPort string) {
|
||||||
if err := http.ListenAndServe(ipPort, nil); err != nil {
|
if err := http.ListenAndServe(ipPort, nil); err != nil {
|
||||||
glog.Errorf("Error starting Prometheus at ip port %v: %v", ipPort, err)
|
glog.Errorf("Error starting Prometheus at IP port %v: %v", ipPort, err)
|
||||||
os.Exit(1)
|
os.Exit(1)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue