summaryrefslogtreecommitdiff
path: root/watchdog.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-15 20:59:23 -0600
committerJeff Carr <[email protected]>2024-11-15 20:59:23 -0600
commit7dd5d6d2b165a91993fb532429189a481eebc366 (patch)
tree211bee013fb95cc0da8320bfeddb944250416066 /watchdog.go
parent141d3024fd4a32d5485e873308ae6414c4867a28 (diff)
sending a machine protobuf
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()
}