better zood debugging

This commit is contained in:
Jeff Carr 2024-11-20 00:32:09 -06:00
parent afc7fedbe1
commit f5144e4b8a
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ func sendMachine(s string) error {
os.Exit(0)
} else {
log.Info(me.urlbase, "is maybe not working GOT:", line)
log.Info(me.urlbase, "fail count", me.failcount, "from hostname", me.hostname)
}
}
return nil