0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-12 04:51:08 +01: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 log::critical
{ {
"IRCd level change to '%s': %s", "IRCd level change to '%s' :%s",
reflect(new_level), reflect(new_level),
e.what() e.what()
}; };