From 38be5cb359627eabe8209d810c5988f07c7ae350 Mon Sep 17 00:00:00 2001 From: Jacob Peddicord Date: Wed, 7 Apr 2010 11:17:50 -0400 Subject: [PATCH] remove trial message, it's unnecessary --- highlightxmpp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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