aboutsummaryrefslogtreecommitdiffstats
path: root/src/configreader.cpp
diff options
context:
space:
mode:
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 65df85bfd..db164c665 100644
--- a/src/configreader.cpp
+++ b/src/configreader.cpp
@@ -693,7 +693,7 @@ void ConfigReaderThread::OnStop()
if (Config->RawLog && !old->RawLog)
{
for (auto* luser : ServerInstance->Users.GetLocalUsers())
- luser->WriteNotice("*** Raw I/O logging is enabled on this server. All messages, passwords, and commands are being recorded.");
+ ServerInstance->Logs.NotifyRawIO(luser, MSG_PRIVMSG);
}
Config = old;