Removes new-line

This commit is contained in:
Hyatt 2025-05-13 06:48:30 -05:00
parent 777f857593
commit 9a01219f51
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

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