aboutsummaryrefslogtreecommitdiff
path: root/src/configreader.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2023-01-22 22:49:15 +0000
committerGravatar Sadie Powell2023-01-22 22:52:30 +0000
commitd4efd2677f9aec2ddcab267780f22a11a53af41f (patch)
treee3180753388b9cd49d1c013d8897b659c671f3f4 /src/configreader.cpp
parentReplace ModeAction with bool. (diff)
Move NotifyRawIO to the Log namespace.
Diffstat (limited to 'src/configreader.cpp')
-rw-r--r--src/configreader.cpp2
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;