Software /
code /
prosody
Diff
core/loggingmanager.lua @ 1892:adc0c80413ee
loggingmanager: Whitespace fix
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sun, 04 Oct 2009 16:41:33 +0100 |
parent | 1613:ebf0813a81f6 |
child | 2139:625b2d3e8900 |
line wrap: on
line diff
--- a/core/loggingmanager.lua Sun Oct 04 16:40:24 2009 +0100 +++ b/core/loggingmanager.lua Sun Oct 04 16:41:33 2009 +0100 @@ -187,6 +187,7 @@ return function (name, level, message, ...) sourcewidth = math_max(#name+2, sourcewidth); local namelen = #name; + if timestamps then io_write(os_date(timestamps), " "); end