diff options
author | Matthew Wild <mwild1@gmail.com> | 2009-10-04 16:41:33 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2009-10-04 16:41:33 +0100 |
commit | d4d1aeb52c93eee5b44c3fd062142dcf1ad0f283 (patch) | |
tree | 2f444710d9f4499eef4fc143284549efa6bc5e01 /core/loggingmanager.lua | |
parent | b3bc4ba406af1b9a494d7ee921707fe2a0fa4859 (diff) | |
download | prosody-d4d1aeb52c93eee5b44c3fd062142dcf1ad0f283.tar.gz prosody-d4d1aeb52c93eee5b44c3fd062142dcf1ad0f283.zip |
loggingmanager: Whitespace fix
Diffstat (limited to 'core/loggingmanager.lua')
-rw-r--r-- | core/loggingmanager.lua | 1 |
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 |