From d9d18b33b6a015987f589c2121abd108eb0a350e Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 5 Sep 2012 22:40:57 +0200 Subject: Removed printing milli-seconds in log file --- xorg-server/os/log.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xorg-server/os/log.c') diff --git a/xorg-server/os/log.c b/xorg-server/os/log.c index 9c83175c5..23f181d8d 100644 --- a/xorg-server/os/log.c +++ b/xorg-server/os/log.c @@ -386,8 +386,8 @@ LogSWrite(int verb, const char *buf, size_t len, Bool end_line) #endif } else if (!inSignalContext && logFile) { - if (newline) - fprintf(logFile, "[%10.3f] ", GetTimeInMillis() / 1000.0); +// if (newline) +// fprintf(logFile, "[%10.3f] ", GetTimeInMillis() / 1000.0); newline = end_line; fwrite(buf, len, 1, logFile); if (logFlush) { -- cgit v1.2.3