# HG changeset patch # User Emmanuel Gil Peyrot # Date 1520450276 -3600 # Node ID 6e5bd5d8a5e2c66c2044878b7c72c69f3829189d # Parent 43adc18ff9f36f55314c666b8089f9d6a95d1602 mod_auto_answer_disco_info: Improve the debug message to include the recipient diff -r 43adc18ff9f3 -r 6e5bd5d8a5e2 mod_auto_answer_disco_info/mod_auto_answer_disco_info.lua --- a/mod_auto_answer_disco_info/mod_auto_answer_disco_info.lua Wed Mar 07 20:15:20 2018 +0100 +++ b/mod_auto_answer_disco_info/mod_auto_answer_disco_info.lua Wed Mar 07 20:17:56 2018 +0100 @@ -23,7 +23,7 @@ if disco_info ~= nil and (node == nil or node == disco_info.attr.node) then local iq = st.reply(stanza); iq:add_child(st.clone(disco_info)); - module:log("debug", "Answering disco#info on the behalf of the recipient") + module:log("debug", "Answering disco#info on the behalf of %s", to); module:send(iq); return true; end