fix string
This commit is contained in:
parent
9c102c421b
commit
623fb84c91
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue