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 bd9c9e1..10ca056 100644
--- a/send.go
+++ b/send.go
@@ -48,6 +48,7 @@ func sendMachine(s string) error {
}
body, err := httpPost(url, msg)
if err != nil {
+ log.Info("httpPost() failed: url", url)
log.Info("httpPost() failed:", err)
return err
}