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()