summaryrefslogtreecommitdiff
path: root/event.go
diff options
context:
space:
mode:
Diffstat (limited to 'event.go')
-rw-r--r--event.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/event.go b/event.go
index d554c78..c6e4bb5 100644
--- a/event.go
+++ b/event.go
@@ -20,4 +20,5 @@ func (h *HyperT) RestartDaemon() {
dur := time.Since(h.lastpoll) // Calculate the elapsed time
log.Info("KILLED DAEMON", h.Hostname, shell.FormatDuration(dur), "curl", url)
+ me.killcount += 1
}