summaryrefslogtreecommitdiff
path: root/watchdog.go
diff options
context:
space:
mode:
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 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()
}
}