diff options
| author | grunfink <grunfink@comam.es> | 2025-09-17 20:52:47 +0200 |
|---|---|---|
| committer | grunfink <grunfink@comam.es> | 2025-09-17 20:52:47 +0200 |
| commit | 31a4b180270d8f6c698491bd533444203953d626 (patch) | |
| tree | 5f889a3260d08c875b3611c67854bd03a5391383 | |
| parent | 2656f69d7c7c178fba4b1eb7941771d5b97924e2 (diff) | |
Tweaked logging message.
| -rw-r--r-- | activitypub.c | 2 |
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; } |