core/loggingmanager.lua
changeset 4124 3761aa844d65
parent 4123 0c9399a66b17
child 4140 e463e1df1bda
--- 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