0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-28 11:48:54 +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::debug
{ {
log, "Keys for %s not cached; querying network...", log, "Key '%s' for %s not cached; querying network...",
server_name key_id?: "<all>"_sv,
server_name,
}; };
const unique_buffer<mutable_buffer> buf const unique_buffer<mutable_buffer> buf