From: Waqas Hussain Date: Wed, 12 Jan 2011 21:33:50 +0000 (+0500) Subject: loggingmanager: Fix reading configuration of timestamps for console output. X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=8d5d3bb3e0cd3603d893e8cd3939b5b45652a37f;p=prosody.git loggingmanager: Fix reading configuration of timestamps for console output. --- 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