0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-24 17:38:54 +02:00

ircd: Minor format fix.

This commit is contained in:
Jason Volk 2019-10-14 15:24:09 -07:00
parent 83bdee822a
commit ac9b834eca

View file

@ -484,7 +484,7 @@ catch(const std::exception &e)
log::critical
{
"IRCd level change to '%s': %s",
"IRCd level change to '%s' :%s",
reflect(new_level),
e.what()
};