More logging tweaks.

This commit is contained in:
default 2024-03-04 09:51:11 +01:00
parent ae6df3d288
commit 30e6125b7d

View File

@ -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")));
}
}
}