Browse Source

Tweaked logging message.

grunfink 11 months ago
parent
commit
31a4b18027
1 changed files with 1 additions and 1 deletions
  1. 1 1
      activitypub.c

+ 1 - 1
activitypub.c

@@ -3156,7 +3156,7 @@ void process_queue_item(xs_dict *q_item)
         }
         }
 
 
         if (instance_failure(inbox, 0)) {
         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;
             return;
         }
         }