From 87d4b14b6601181dfcee692e5a669803b40a7990 Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Mon, 18 Nov 2019 22:52:27 -0500 Subject: [PATCH] Remove useless newline --- watchdog/watchdog.go | 1 - 1 file changed, 1 deletion(-) diff --git a/watchdog/watchdog.go b/watchdog/watchdog.go index 7790c5d2..4c99bc43 100644 --- a/watchdog/watchdog.go +++ b/watchdog/watchdog.go @@ -21,7 +21,6 @@ func GetServiceResults() *map[string][]*core.Result { func Monitor() { for _, service := range config.Get().Services { go func(service *core.Service) { - for { log.Printf("[watchdog][Monitor] Monitoring serviceName=%s", service.Name) result := service.EvaluateConditions()