aboutsummaryrefslogtreecommitdiffstats
path: root/core/loggingmanager.lua
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2009-10-04 16:41:33 +0100
committerMatthew Wild <mwild1@gmail.com>2009-10-04 16:41:33 +0100
commitd4d1aeb52c93eee5b44c3fd062142dcf1ad0f283 (patch)
tree2f444710d9f4499eef4fc143284549efa6bc5e01 /core/loggingmanager.lua
parentb3bc4ba406af1b9a494d7ee921707fe2a0fa4859 (diff)
downloadprosody-d4d1aeb52c93eee5b44c3fd062142dcf1ad0f283.tar.gz
prosody-d4d1aeb52c93eee5b44c3fd062142dcf1ad0f283.zip
loggingmanager: Whitespace fix
Diffstat (limited to 'core/loggingmanager.lua')
-rw-r--r--core/loggingmanager.lua1
1 files changed, 1 insertions, 0 deletions
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