summaryrefslogtreecommitdiff
path: root/send.go
diff options
context:
space:
mode:
Diffstat (limited to 'send.go')
-rw-r--r--send.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/send.go b/send.go
index ca8889b..e82e42d 100644
--- a/send.go
+++ b/send.go
@@ -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