summaryrefslogtreecommitdiff
path: root/watchdog.go
diff options
context:
space:
mode:
Diffstat (limited to 'watchdog.go')
-rw-r--r--watchdog.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/watchdog.go b/watchdog.go
index b778ea4..6e4aed6 100644
--- a/watchdog.go
+++ b/watchdog.go
@@ -32,7 +32,8 @@ func (h *HyperT) NewWatchdog() {
return
case t := <-h.Dog.C:
log.Log(POLL, "Watchdog() ticked", h.pb.Hostname, "Current time: ", t)
- h.Scan()
+ h.pollHypervisor()
+ // h.Scan()
}
}
}