Commit f01639bc authored by Aurel's avatar Aurel

add some log and comment for future fix


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@600 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent a2959057
......@@ -150,6 +150,8 @@ class Application(object):
self.doOperation()
except OperationFailure:
logging.error('operation stopped')
# XXX still we can receive answer packet here
# this must be handle in order not to fail
self.operational = False
except PrimaryFailure:
......@@ -278,6 +280,7 @@ class Application(object):
def wait(self):
# change handler
logging.info("waiting in hidden state")
handler = HiddenEventHandler(self)
for conn in self.em.getConnectionList():
conn.setHandler(handler)
......
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