diff --git a/main.go b/main.go index 5804a50..68dada0 100644 --- a/main.go +++ b/main.go @@ -136,7 +136,7 @@ func main() { heartrate <- time.Second * 3 go func() { - log.Debug("Listening for internal info requests on 9090") + log.Debug("Listening for internal requests on 9090") http.ListenAndServe(":9090", internalMux) }() log.Info("Listening for heartbeat changes")