aboutsummaryrefslogtreecommitdiffstats
path: root/core/loggingmanager.lua
diff options
context:
space:
mode:
authorWaqas Hussain <waqas20@gmail.com>2011-01-13 02:33:50 +0500
committerWaqas Hussain <waqas20@gmail.com>2011-01-13 02:33:50 +0500
commitdb0a3bec91111b02b2b4435c6a011c55aa2f4b8c (patch)
tree5c607a295858458849b096a52cf53ee2ed174045 /core/loggingmanager.lua
parent6abd0110a473a0f96bb8d7df433cdb1a966f8a4d (diff)
downloadprosody-db0a3bec91111b02b2b4435c6a011c55aa2f4b8c.tar.gz
prosody-db0a3bec91111b02b2b4435c6a011c55aa2f4b8c.zip
loggingmanager: Fix reading configuration of timestamps for console output.
Diffstat (limited to 'core/loggingmanager.lua')
-rw-r--r--core/loggingmanager.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/loggingmanager.lua b/core/loggingmanager.lua
index 460afeaf..b637058c 100644
--- a/core/loggingmanager.lua
+++ b/core/loggingmanager.lua
@@ -195,7 +195,7 @@ end
-- 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