# HG changeset patch # User Waqas Hussain # Date 1294868030 -18000 # Node ID 3761aa844d65afb6f9c8ebc692ea083f3d590622 # Parent 0c9399a66b17e15fcd5a989c845f7c024727cea5 loggingmanager: Fix reading configuration of timestamps for console output. diff -r 0c9399a66b17 -r 3761aa844d65 core/loggingmanager.lua --- 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