diff options
| author | 2024-03-04 09:51:11 +0100 | |
|---|---|---|
| committer | 2024-03-04 09:51:11 +0100 | |
| commit | 30e6125b7d84fe740aac72d52524756e95c0a278 (patch) | |
| tree | c30d381ee56f03e712f7832cd203a3e59b1ea14a /activitypub.c | |
| parent | More logging tweaks. (diff) | |
| download | snac2-30e6125b7d84fe740aac72d52524756e95c0a278.tar.gz snac2-30e6125b7d84fe740aac72d52524756e95c0a278.tar.xz snac2-30e6125b7d84fe740aac72d52524756e95c0a278.zip | |
More logging tweaks.
Diffstat (limited to 'activitypub.c')
| -rw-r--r-- | activitypub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activitypub.c b/activitypub.c index 71b476e..162324e 100644 --- a/activitypub.c +++ b/activitypub.c | |||
| @@ -2474,7 +2474,7 @@ void process_queue_item(xs_dict *q_item) | |||
| 2474 | 2474 | ||
| 2475 | if (cnt == 0) { | 2475 | if (cnt == 0) { |
| 2476 | srv_archive_qitem("no_valid_recipients", q_item); | 2476 | srv_archive_qitem("no_valid_recipients", q_item); |
| 2477 | srv_debug(1, xs_fmt("no valid recipients for %s", tmpfn)); | 2477 | srv_debug(1, xs_fmt("no valid recipients for %s", xs_dict_get(msg, "id"))); |
| 2478 | } | 2478 | } |
| 2479 | } | 2479 | } |
| 2480 | } | 2480 | } |