diff options
| author | Jeff Carr <[email protected]> | 2025-03-12 15:10:49 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-12 15:34:07 -0500 |
| commit | 687e97ab09980560baa45cd2f55ab9d01bbaa741 (patch) | |
| tree | 6f732e5790ce3693555a7f3fff8a318c29ba93ad /watchdog.go | |
| parent | 767380abd080682f2e13d8d41633c0f600b8f616 (diff) | |
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() |
