From 5f47775ac36c78512e9a233ad31db657045617fb Mon Sep 17 00:00:00 2001 From: XTZGZoReX Date: Fri, 27 Mar 2009 16:56:03 +0100 Subject: * Implement timestamping of chat logs. --HG-- branch : trunk --- src/shared/Log.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shared/Log.cpp') diff --git a/src/shared/Log.cpp b/src/shared/Log.cpp index 07c3bb23d87..2cd3919c526 100644 --- a/src/shared/Log.cpp +++ b/src/shared/Log.cpp @@ -153,7 +153,7 @@ void Log::Initialize() dberLogfile = openLogFile("DBErrorLogFile",NULL,"a"); raLogfile = openLogFile("RaLogFile",NULL,"a"); - chatLogfile = openLogFile("ChatLogFile",NULL,"a"); + chatLogfile = openLogFile("ChatLogFile","ChatLogTimestamp","a"); // Main log file settings m_logLevel = sConfig.GetIntDefault("LogLevel", LOGL_NORMAL); -- cgit v1.2.3