loggingmanager: Fix reading configuration of timestamps for console output.
authorWaqas Hussain <waqas20@gmail.com>
Wed, 12 Jan 2011 21:33:50 +0000 (02:33 +0500)
committerWaqas Hussain <waqas20@gmail.com>
Wed, 12 Jan 2011 21:33:50 +0000 (02:33 +0500)
core/loggingmanager.lua

index 460afeaf9ce77d8ec264cd06f5ee83b633c08fb7..b637058c50aceb434bfa306b4a2bdc004316e5f5 100644 (file)
@@ -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