From 4763db4b4234987de5db3fee47c6e147e9ad3f8a Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Wed, 7 Apr 2010 21:08:16 +0100 Subject: loggingmanager: Fix syntax error :) --- core/loggingmanager.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/loggingmanager.lua b/core/loggingmanager.lua index b34d0413..a088a3f3 100644 --- a/core/loggingmanager.lua +++ b/core/loggingmanager.lua @@ -33,7 +33,7 @@ _G.log = logger.init("general"); module "loggingmanager" -- The log config used if none specified in the config file -local default_logging = { { to = "console" , levels = { min = (debug_mode and "debug" ) } }; +local default_logging = { { to = "console" , levels = { min = (debug_mode and "debug" ) } } }; local default_file_logging = { { to = "file", levels = { min = (debug_mode and "debug") or "info" }, timestamps = true } }; local default_timestamp = "%b %d %H:%M:%S"; -- The actual config loggingmanager is using -- cgit v1.2.3