take commit comment to actual code comment so readability is increased and comment is on-line help

This commit is contained in:
Nikos Kouremenos 2006-04-07 23:47:24 +00:00
parent ad803388ad
commit eb4aa3b9c9
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,7 @@ class Connection(ConnectionHandlers):
self.time_to_reconnect = None
self.on_connect_failure()
else:
# try to reconnect ( #1629 )
# try reconnect if connection has failed before auth to server
self._disconnectedReconnCB()
def _connect_failure(self, con_type = None):