diff options
Diffstat (limited to 'src/configreader.cpp')
| -rw-r--r-- | src/configreader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp index e3bdb14dc..740bbd72a 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -700,7 +700,7 @@ void ConfigReaderThread::OnStop() if (Config->RawLog && !old->RawLog) { for (auto* luser : ServerInstance->Users.GetLocalUsers()) - Log::Manager::NotifyRawIO(luser, MessageType::PRIVMSG); + Log::NotifyRawIO(luser, MessageType::PRIVMSG); } Config = old; |
