summaryrefslogtreecommitdiff
path: root/watchdog.go
diff options
context:
space:
mode:
Diffstat (limited to 'watchdog.go')
-rw-r--r--watchdog.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/watchdog.go b/watchdog.go
index e685b7b..6c90492 100644
--- a/watchdog.go
+++ b/watchdog.go
@@ -39,7 +39,7 @@ func NewWatchdog() {
fmt.Println("Done!")
return
case t := <-me.dog.C:
- log.Info("Watchdog() ticked", me.zookeeper, "Current time: ", t)
+ log.Info("zookeeper Watchdog() ticked", me.hostname, "Current time: ", t)
// h.pollHypervisor()
// h.Scan()
}