0
0
Fork 0
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:
Jason Volk 2020-09-04 04:34:39 -07:00
parent c92127a8cd
commit ba564d6bdb

View file

@ -253,7 +253,7 @@ noexcept
log::notice
{
"IRCd resuming service in runlevel:%s.",
"IRCd resuming service in runlevel %s.",
reflect(run::level),
};
}