fix string

This commit is contained in:
Nikos Kouremenos 2005-07-16 10:53:15 +00:00
parent 9c102c421b
commit 623fb84c91
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ class Connection:
elif ptype == 'unsubscribe': elif ptype == 'unsubscribe':
gajim.log.debug('unsubscribe request from %s' % who) gajim.log.debug('unsubscribe request from %s' % who)
elif ptype == 'unsubscribed': 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()) self.dispatch('UNSUBSCRIBED', prs.getFrom().getStripped())
elif ptype == 'error': elif ptype == 'error':
errmsg = prs.getError() errmsg = prs.getError()