diff --git a/cmd/go-temper/main.go b/cmd/go-temper/main.go index c896157..a192c47 100644 --- a/cmd/go-temper/main.go +++ b/cmd/go-temper/main.go @@ -71,7 +71,7 @@ func readTemp(wg *sync.WaitGroup, shutdown <-chan bool, temper []*temper.Temper, // reset the timer t.Reset(timeout) case <-shutdown: - log.Println("[INFO] Stopped Collecting Temperature\n") + log.Println("[INFO] Stopped Collecting Temperature") // clear the task form the wait-group wg.Done()