From db0a3bec91111b02b2b4435c6a011c55aa2f4b8c Mon Sep 17 00:00:00 2001 From: Waqas Hussain Date: Thu, 13 Jan 2011 02:33:50 +0500 Subject: loggingmanager: Fix reading configuration of timestamps for console output. --- core/loggingmanager.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/loggingmanager.lua') 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 -- cgit v1.2.3