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 6cea461..1235abc 100644 --- a/watchdog.go +++ b/watchdog.go @@ -55,7 +55,7 @@ func NewWatchdog() { // log.Info("know about machine", m.Hostname, "zood version", zood.Version) } } - log.Info("zookeeper has", counter, "machines. Current time:", t) + log.Info("hour watchdog:", counter, "machines. Current time:", t) // h.pollHypervisor() // h.Scan() |
