diff --git a/job.go b/job.go index 75dc3c4..207baa2 100644 --- a/job.go +++ b/job.go @@ -1360,7 +1360,7 @@ func jobGetHammerTime(j Job) { TGCmdQueue <- c fmt.Printf("Perfect weather for the next 2 hours.\n") } else { - fmt.Printf("Poor weather for the next 2 hours.\n") + fmt.Printf("Poor weather for the next 2 hours : %s / %s\n", cwm.TimeOfDay, cwm.Weather) } err = setJobDone(j.ID64)