From 31a4b180270d8f6c698491bd533444203953d626 Mon Sep 17 00:00:00 2001 From: grunfink Date: Wed, 17 Sep 2025 20:52:47 +0200 Subject: Tweaked logging message. --- activitypub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3