# HG changeset patch # User Goffi # Date 1261206784 -39600 # Node ID 6f0699ba032981a573b80e009bf70459999aa0d5 # Parent 2e3411a6baad936c5d39a2f7f1c43919597e69b2 plugin XEP-0077: minor log fix diff -r 2e3411a6baad -r 6f0699ba0329 plugins/plugin_xep_0077.py --- a/plugins/plugin_xep_0077.py Thu Dec 17 17:29:02 2009 +1100 +++ b/plugins/plugin_xep_0077.py Sat Dec 19 18:13:04 2009 +1100 @@ -129,7 +129,7 @@ def in_band_register(self, target): """register to a target JID""" to_jid = jid.JID(target) - debug("Asking registration for [%s]" % target) + debug("Asking registration for [%s]" % to_jid.full()) reg_request=IQ(self.host.xmlstream,'get') reg_request["from"]=self.host.me.full() reg_request["to"] = to_jid.full()