summaryrefslogtreecommitdiff
path: root/poezio/core/commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/core/commands.py')
-rw-r--r--poezio/core/commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/core/commands.py b/poezio/core/commands.py
index 8c7cbcd2..7d503fff 100644
--- a/poezio/core/commands.py
+++ b/poezio/core/commands.py
@@ -895,7 +895,7 @@ class CommandCore:
def iqfunc(iq):
"handler for an iq reply"
- self.core.information('%s' % iq, 'Iq')
+ self.core.information(str(iq), 'Iq')
self.core.xmpp.remove_handler('Iq %s' % iq_id)
self.core.xmpp.register_handler(