From d4d1aeb52c93eee5b44c3fd062142dcf1ad0f283 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Sun, 4 Oct 2009 16:41:33 +0100 Subject: loggingmanager: Whitespace fix --- core/loggingmanager.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'core/loggingmanager.lua') diff --git a/core/loggingmanager.lua b/core/loggingmanager.lua index d701511e..c26fdc71 100644 --- a/core/loggingmanager.lua +++ b/core/loggingmanager.lua @@ -187,6 +187,7 @@ do return function (name, level, message, ...) sourcewidth = math_max(#name+2, sourcewidth); local namelen = #name; + if timestamps then io_write(os_date(timestamps), " "); end -- cgit v1.2.3