diff options
| -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) | |||
| 3156 | } | 3156 | } |
| 3157 | 3157 | ||
| 3158 | if (instance_failure(inbox, 0)) { | 3158 | if (instance_failure(inbox, 0)) { |
| 3159 | srv_debug(1, xs_fmt("too many failures for instance %s", inbox)); | 3159 | srv_debug(1, xs_fmt("output message error: too many failures for instance %s", inbox)); |
| 3160 | return; | 3160 | return; |
| 3161 | } | 3161 | } |
| 3162 | 3162 | ||