From 8d1005cf4ef5e0fdc661df9b4ef8d49a59ab16bc Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Fri, 16 Jan 2009 05:38:03 +0000 Subject: modulemanager: Comment out logging of modules hooking stanzas, too noisy --- core/modulemanager.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/modulemanager.lua') diff --git a/core/modulemanager.lua b/core/modulemanager.lua index d8914ccc..e783e9b4 100644 --- a/core/modulemanager.lua +++ b/core/modulemanager.lua @@ -234,7 +234,7 @@ local function _add_handler(module, origin_type, tag, xmlns, handler) stanza_handlers:add(module.host, origin_type, tag, xmlns, handler); handler_info[handler] = module; handler_table:add(module.host, module.name, {module.host, origin_type, tag, xmlns}); - module:log("debug", "I now handle tag '%s' [%s] with %s '%s'", tag, origin_type, msg, xmlns); + --module:log("debug", "I now handle tag '%s' [%s] with %s '%s'", tag, origin_type, msg, xmlns); else module:log("warn", "I wanted to handle tag '%s' [%s] with %s '%s' but mod_%s already handles that", tag, origin_type, msg, xmlns, handler_info[handlers[1]].module.name); end -- cgit v1.2.3