diff --git a/highlightxmpp.py b/highlightxmpp.py index 2bdddbf..7220cf5 100644 --- a/highlightxmpp.py +++ b/highlightxmpp.py @@ -87,7 +87,7 @@ def send_xmpp(data, signal, msg, trial=1): if trial > 3: w.prnt('', "Could not send to XMPP server.") else: - w.prnt('', "Sending failed. Trying again... (trial %d)" % (trial + 1)) + w.prnt('', "Sending failed. Trying again...") sleep(0.5) send_xmpp(data, signal, msg, trial + 1) return w.WEECHAT_RC_OK