commit 30e6125b7d84fe740aac72d52524756e95c0a278
parent ae6df3d288f5fabaa12450561942e48b813bc84c
Author: default <nobody@localhost>
Date: Mon, 4 Mar 2024 09:51:11 +0100
More logging tweaks.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/activitypub.c b/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")));
}
}
}