From 07ce9ccd8be096d242fbd9857040971e2a5712f5 Mon Sep 17 00:00:00 2001 From: Daniel De Graaf Date: Mon, 22 Mar 2010 18:37:31 -0500 Subject: Don't repeat the Raw I/O log message on every rehash --- 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 790ecb55b..4f3e76352 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -819,7 +819,7 @@ void ConfigReaderThread::Finish() ServerInstance->Logs->CloseLogs(); ServerInstance->Logs->OpenFileLogs(); - if (Config->RawLog) + if (Config->RawLog && !old->RawLog) ServerInstance->Users->ServerNoticeAll("*** Raw I/O logging is enabled on this server. All messages, passwords, and commands are being recorded."); Config = old; -- cgit v1.3.1-10-gc9f91