diff options
| author | Jeff Carr <[email protected]> | 2024-11-15 20:59:23 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-15 20:59:23 -0600 |
| commit | 7dd5d6d2b165a91993fb532429189a481eebc366 (patch) | |
| tree | 211bee013fb95cc0da8320bfeddb944250416066 /watchdog.go | |
| parent | 141d3024fd4a32d5485e873308ae6414c4867a28 (diff) | |
sending a machine protobuf
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 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() } |
