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);