diff options
author | Drahy <none@none> | 2009-03-27 17:36:30 +0100 |
---|---|---|
committer | Drahy <none@none> | 2009-03-27 17:36:30 +0100 |
commit | 341d3e41358410a73cb4d11ea77a9859a838ba3d (patch) | |
tree | e4a9c463708db8a3f1e5c4873a189b8d32cbc13a /src/shared/Log.cpp | |
parent | adf25d2db6a65772d778fb7b8e52be2a709f229f (diff) | |
parent | 6852a1076502ba3fd824b37ab20b4c5c910eef39 (diff) |
* Merge
--HG--
branch : trunk
Diffstat (limited to 'src/shared/Log.cpp')
-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); |