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:
parent
83bdee822a
commit
ac9b834eca
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue