aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorXTZGZoReX <none@none>2009-03-27 17:03:06 +0100
committerXTZGZoReX <none@none>2009-03-27 17:03:06 +0100
commita061da662fc7158c1e8f6469f90c8a86f28447c0 (patch)
treecd6ac3f9077ca1abcc745142404f797b3639eb36 /src
parent5f47775ac36c78512e9a233ad31db657045617fb (diff)
* Forgotten a line in last commit.
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/shared/Log.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/Log.cpp b/src/shared/Log.cpp
index 2cd3919c526..a52ca767a03 100644
--- a/src/shared/Log.cpp
+++ b/src/shared/Log.cpp
@@ -834,6 +834,7 @@ void Log::outChat( const char * str, ... )
if (chatLogfile)
{
+ outTimestamp(chatLogfile);
va_list ap;
va_start(ap, str);
vfprintf(chatLogfile, str, ap);