mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-05 20:36:13 +02:00
cmd/prometheus: Fix capitalisation in log line (#3123)
Change 'Ready' to 'ready'.
This commit is contained in:
parent
d31c068ae4
commit
64973f5c65
@ -331,7 +331,7 @@ func main() {
|
||||
|
||||
// Set web server to ready.
|
||||
webHandler.Ready()
|
||||
log.Info("Server is Ready to receive requests.")
|
||||
log.Info("Server is ready to receive requests.")
|
||||
|
||||
term := make(chan os.Signal)
|
||||
signal.Notify(term, os.Interrupt, syscall.SIGTERM)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user