From 9096b10092cc7e7fba76b23fd16b327a4ed44990 Mon Sep 17 00:00:00 2001 From: danieldg Date: Mon, 22 Mar 2010 23:41:25 +0000 Subject: Don't repeat the Raw I/O log message on every rehash git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12654 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/configreader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/configreader.cpp b/src/configreader.cpp index 79c70405c..c0e9b5992 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -890,7 +890,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.2.3