summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--activitypub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/activitypub.c b/activitypub.c
index 862f943..f0d9336 100644
--- a/activitypub.c
+++ b/activitypub.c
@@ -2706,7 +2706,7 @@ void process_queue_item(xs_dict *q_item)
2706 || status == HTTP_STATUS_UNPROCESSABLE_CONTENT 2706 || status == HTTP_STATUS_UNPROCESSABLE_CONTENT
2707 || status < 0) 2707 || status < 0)
2708 /* explicit error: discard */ 2708 /* explicit error: discard */
2709 srv_log(xs_fmt("output message: fatal error %s %d", inbox, status)); 2709 srv_log(xs_fmt("output message: error %s %d", inbox, status));
2710 else 2710 else
2711 if (retries > queue_retry_max) 2711 if (retries > queue_retry_max)
2712 srv_log(xs_fmt("output message: giving up %s %d", inbox, status)); 2712 srv_log(xs_fmt("output message: giving up %s %d", inbox, status));