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 38b1959..46235a9 100644 --- a/watchdog.go +++ b/watchdog.go @@ -31,7 +31,7 @@ func NewWatchdog() { fmt.Println("Done!") return case t := <-me.dog.C: - log.Info("Watchdog() ticked", me.Zookeeper, "Current time: ", t) + log.Info("Watchdog() ticked", me.zookeeper, "Current time: ", t) // h.pollHypervisor() // h.Scan() } |
