Commit feb5e9d0 authored by Aurel's avatar Aurel

typo


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@393 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent e1030c7f
......@@ -339,7 +339,7 @@ class ClientConnection(Connection):
event_manager.addReader(self)
except:
traceback.print_exc()
logging.warning('send called on %s(%s) failed.'%(self, self.getAddress()))
logging.warning('init called on %s(%s) failed.'%(self, self.getAddress()))
handler.connectionFailed(self)
self.close()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment