diff options
| author | Jeff Carr <[email protected]> | 2024-10-22 19:34:50 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-22 19:34:50 -0500 |
| commit | 525362fcc772f8edfa5fe3aada91fc7fe17c8030 (patch) | |
| tree | 05e3d228a4c34706addfe15bd25c0231c73430f5 /watchdog.go | |
| parent | 448f4a0649d99c3d04096a6488193545751955ec (diff) | |
deprecate hypervisor file. yay!
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'watchdog.go')
| -rw-r--r-- | watchdog.go | 3 |
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() } } } |
