diff options
| author | Jeff Carr <[email protected]> | 2024-10-22 17:27:24 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-22 17:27:24 -0500 |
| commit | 673bcc6cc9e4504ff707d6cef7575eb1ce152e7c (patch) | |
| tree | c4f56d6a146a94c3df163f0a8208409e66a83f56 /watchdog.go | |
| parent | 3b64d342d290d1bea1a8f6edee11fa35997a79c5 (diff) | |
start migration to protobufs
Signed-off-by: Jeff Carr <[email protected]>
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 df32b8d..b778ea4 100644 --- a/watchdog.go +++ b/watchdog.go @@ -31,7 +31,7 @@ func (h *HyperT) NewWatchdog() { fmt.Println("Done!") return case t := <-h.Dog.C: - log.Log(POLL, "Watchdog() ticked", h.Hostname, "Current time: ", t) + log.Log(POLL, "Watchdog() ticked", h.pb.Hostname, "Current time: ", t) h.Scan() } } |
