aboutsummaryrefslogtreecommitdiff
path: root/activitypub.c
diff options
context:
space:
mode:
authorgrunfink <grunfink@comam.es>2025-09-17 20:52:47 +0200
committergrunfink <grunfink@comam.es>2025-09-17 20:52:47 +0200
commit31a4b180270d8f6c698491bd533444203953d626 (patch)
tree5f889a3260d08c875b3611c67854bd03a5391383 /activitypub.c
parent2656f69d7c7c178fba4b1eb7941771d5b97924e2 (diff)
Tweaked logging message.
Diffstat (limited to 'activitypub.c')
-rw-r--r--activitypub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/activitypub.c b/activitypub.c
index 0bf4379..b4c6eaa 100644
--- a/activitypub.c
+++ b/activitypub.c
@@ -3156,7 +3156,7 @@ void process_queue_item(xs_dict *q_item)
}
if (instance_failure(inbox, 0)) {
- srv_debug(1, xs_fmt("too many failures for instance %s", inbox));
+ srv_debug(1, xs_fmt("output message error: too many failures for instance %s", inbox));
return;
}