diff options
author | XTZGZoReX <none@none> | 2009-03-27 17:03:06 +0100 |
---|---|---|
committer | XTZGZoReX <none@none> | 2009-03-27 17:03:06 +0100 |
commit | a061da662fc7158c1e8f6469f90c8a86f28447c0 (patch) | |
tree | cd6ac3f9077ca1abcc745142404f797b3639eb36 | |
parent | 5f47775ac36c78512e9a233ad31db657045617fb (diff) |
* Forgotten a line in last commit.
--HG--
branch : trunk
-rw-r--r-- | src/shared/Log.cpp | 1 |
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); |