Removes new-line
This commit is contained in:
parent
777f857593
commit
9a01219f51
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user