From d4efd2677f9aec2ddcab267780f22a11a53af41f Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 22 Jan 2023 22:49:15 +0000 Subject: Move NotifyRawIO to the Log namespace. --- src/configreader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/configreader.cpp') 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; -- cgit v1.3.1-10-gc9f91