changeset 40:6f0699ba0329

plugin XEP-0077: minor log fix
author Goffi <goffi@goffi.org>
date Sat, 19 Dec 2009 18:13:04 +1100
parents 2e3411a6baad
children d24629c631fc
files plugins/plugin_xep_0077.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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()