From 623fb84c91dcf7d178baaa602eb997f600c88f63 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Sat, 16 Jul 2005 10:53:15 +0000 Subject: [PATCH] fix string --- src/common/connection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/connection.py b/src/common/connection.py index 69db630b9..29bea545f 100644 --- a/src/common/connection.py +++ b/src/common/connection.py @@ -320,7 +320,7 @@ class Connection: elif ptype == 'unsubscribe': gajim.log.debug('unsubscribe request from %s' % who) elif ptype == 'unsubscribed': - gajim.log.debug('we are now unsubscribed to %s' % who) + gajim.log.debug('we are now unsubscribed from %s' % who) self.dispatch('UNSUBSCRIBED', prs.getFrom().getStripped()) elif ptype == 'error': errmsg = prs.getError()