Software /
code /
prosody
Changeset
733:b1aedec00661
modulemanager: Comment out logging of modules hooking stanzas, too noisy
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Fri, 16 Jan 2009 05:38:03 +0000 |
parents | 732:0343739f3d71 |
children | 734:cfb4ec5cba5e |
files | core/modulemanager.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/core/modulemanager.lua Fri Jan 16 05:37:17 2009 +0000 +++ b/core/modulemanager.lua Fri Jan 16 05:38:03 2009 +0000 @@ -234,7 +234,7 @@ 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