diff options
Diffstat (limited to 'send.go')
| -rw-r--r-- | send.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 } |
