aboutsummaryrefslogtreecommitdiff
path: root/src/shared/Log.cpp
diff options
context:
space:
mode:
authorXTZGZoReX <none@none>2009-03-27 16:56:03 +0100
committerXTZGZoReX <none@none>2009-03-27 16:56:03 +0100
commit5f47775ac36c78512e9a233ad31db657045617fb (patch)
treee263314b74c9cb258849618b9484ff1f90a01f98 /src/shared/Log.cpp
parent6f1195d9a8110f36b25bc4822b8d641ad20e014c (diff)
* Implement timestamping of chat logs.
--HG-- branch : trunk
Diffstat (limited to 'src/shared/Log.cpp')
-rw-r--r--src/shared/Log.cpp2
1 files changed, 1 insertions, 1 deletions
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);