0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-24 12:58:21 +02:00

ircd:Ⓜ️:keys: Add key_id to debug log for single fetch path.

This commit is contained in:
Jason Volk 2022-08-17 17:07:27 -07:00
parent 8b07815357
commit 16e6707c3e

View file

@ -363,8 +363,9 @@ try
log::debug
{
log, "Keys for %s not cached; querying network...",
server_name
log, "Key '%s' for %s not cached; querying network...",
key_id?: "<all>"_sv,
server_name,
};
const unique_buffer<mutable_buffer> buf