summaryrefslogtreecommitdiff
path: root/machine.go
diff options
context:
space:
mode:
Diffstat (limited to 'machine.go')
-rw-r--r--machine.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/machine.go b/machine.go
index d6becc1..dc8da72 100644
--- a/machine.go
+++ b/machine.go
@@ -55,6 +55,7 @@ func handleMachine(r *http.Request, w http.ResponseWriter, hostname string, data
m.UserAgent = ua
}
if m.Upgrade {
+ log.Info(m.Hostname, "was told to upgrade zood")
fmt.Fprintln(w, "apt update")
m.Upgrade = false
} else {