Browse Source

More logging tweaks.

default 1 year ago
parent
commit
30e6125b7d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      activitypub.c

+ 1 - 1
activitypub.c

@@ -2474,7 +2474,7 @@ void process_queue_item(xs_dict *q_item)
 
             if (cnt == 0) {
                 srv_archive_qitem("no_valid_recipients", q_item);
-                srv_debug(1, xs_fmt("no valid recipients for %s", tmpfn));
+                srv_debug(1, xs_fmt("no valid recipients for %s", xs_dict_get(msg, "id")));
             }
         }
     }