0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-29 00:03:45 +02:00

ircd:Ⓜ️:keys: Add key id to error string if possible.

This commit is contained in:
Jason Volk 2020-10-15 21:50:00 -07:00
parent b679c0aa07
commit 785d9e3af4

View file

@ -314,7 +314,8 @@ try
if(server_name == my_host())
throw m::NOT_FOUND
{
"keys for '%s' (that's myself) not found",
"key %s for '%s' (that's myself) not found",
key_id?: "<all>"_sv,
server_name
};