mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-14 17:45:04 +00:00
More logging tweaks.
This commit is contained in:
parent
ae6df3d288
commit
30e6125b7d
1 changed files with 1 additions and 1 deletions
|
@ -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")));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue