fix var name

This commit is contained in:
Yann Leboulanger 2010-12-22 11:21:57 +01:00
parent a13f54882b
commit 5994ddbdc0
1 changed files with 1 additions and 1 deletions

View File

@ -1737,7 +1737,7 @@ ConnectionJingle, ConnectionIBBytestream):
return
for jid in obj.jid_list:
log.debug('Removing contact %s due to unregistered transport %s' % \
(jid, agent))
(jid, obj.agent))
self.unsubscribe(jid)
# Transport contacts can't have 2 resources
if jid in gajim.to_be_removed[self.name]: