From 8ba629387afe19f3e8c8452b89a5bbf13f153c2f Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Fri, 10 Apr 2009 10:31:38 +0100 Subject: Merge --- util/logger.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util/logger.lua') diff --git a/util/logger.lua b/util/logger.lua index fab9e4c3..42da9b57 100644 --- a/util/logger.lua +++ b/util/logger.lua @@ -49,6 +49,8 @@ function init(name) if not log_this then return function () end end end + if name == "modulemanager" or name:match("^c2s") or name == "datamanager" then return function () end; end + --name = nil; -- While this line is not commented, will automatically fill in file/line number info local namelen = #name; return function (level, message, ...) -- cgit v1.2.3