Software / code / prosody
Changeset
4124:3761aa844d65
loggingmanager: Fix reading configuration of timestamps for console output.
| author | Waqas Hussain <waqas20@gmail.com> |
|---|---|
| date | Thu, 13 Jan 2011 02:33:50 +0500 |
| parents | 4123:0c9399a66b17 |
| children | 4125:5cf13260edec |
| files | core/loggingmanager.lua |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/core/loggingmanager.lua Thu Jan 13 02:31:10 2011 +0500 +++ b/core/loggingmanager.lua Thu Jan 13 02:33:50 2011 +0500 @@ -195,7 +195,7 @@ -- Column width for "source" (used by stdout and console) local sourcewidth = 20; -function log_sink_types.stdout() +function log_sink_types.stdout(config) local timestamps = config.timestamps; if timestamps == true then