summaryrefslogtreecommitdiff
path: root/send.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-15 06:44:55 -0600
committerJeff Carr <[email protected]>2025-02-15 07:28:46 -0600
commit46e329f4190bb5b41b1ec5ecf89e319a626f8d63 (patch)
tree6d6b3e28fc76fb9b88e642075a1a4c59d72a448a /send.go
parentf6b9e6d86a07cbf02b5012e49b87513855846041 (diff)
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
}