Software /
code /
prosody
Diff
core/loggingmanager.lua @ 1618:ba2a92230b77
Merge with 0.5
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Tue, 28 Jul 2009 19:17:09 +0100 |
parent | 1613:ebf0813a81f6 |
child | 1892:adc0c80413ee |
line wrap: on
line diff
--- a/core/loggingmanager.lua Tue Jul 28 05:33:51 2009 +0500 +++ b/core/loggingmanager.lua Tue Jul 28 19:17:09 2009 +0100 @@ -222,7 +222,7 @@ local timestamps = config.timestamps; - if timestamps == true then + if timestamps == nil or timestamps == true then timestamps = default_timestamp; -- Default format end