oops, my last checkin was incomplete

This commit is contained in:
Brendan Taylor 2007-09-10 21:59:27 +00:00
parent abec26cdfc
commit d536fc9648
1 changed files with 2 additions and 2 deletions

View File

@ -1701,8 +1701,8 @@ class ConnectionHandlers(ConnectionVcard, ConnectionBytestream, ConnectionDisco,
if not self.sessions[jid]:
del self.sessions[jid]
except KeyError
print "jid %s should have been in %s, but it wasn't. missing session?" % (repr(jid), repr(self.sessions.keys())
except KeyError:
print "jid %s should have been in %s, but it wasn't. missing session?" % (repr(jid), repr(self.sessions.keys()))
def move_session(self, original_jid, thread_id, to_resource):
'''moves a session to another resource.'''