mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 08:42:34 +01:00
ircd: Tweak continue handler format string.
This commit is contained in:
parent
c92127a8cd
commit
ba564d6bdb
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ noexcept
|
|||
|
||||
log::notice
|
||||
{
|
||||
"IRCd resuming service in runlevel:%s.",
|
||||
"IRCd resuming service in runlevel %s.",
|
||||
reflect(run::level),
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue