aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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);