diff options
Diffstat (limited to 'watchdog.go')
| -rw-r--r-- | watchdog.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/watchdog.go b/watchdog.go index e27a31e..5bd9008 100644 --- a/watchdog.go +++ b/watchdog.go @@ -36,7 +36,7 @@ func myTicker(t time.Duration, name string, f func()) { for { select { case <-done: - log.Warn("gui.Watchdog() Done!") + log.Log(WARN, "myTicker() Watchdog Done!") return case t := <-ticker.C: log.Log(INFO, name, "Current time: ", t) |
