Commit 60a622a5 authored by Aurel's avatar Aurel

display node state in log


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@620 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 39cc32c7
......@@ -69,7 +69,7 @@ class ConnectionPool(object):
# Loop until a connection is obtained.
while True:
logging.info('trying to connect to %s', node)
logging.info('trying to connect to %s - %s', node, node.getState())
app.setNodeReady()
handler = StorageBootstrapHandler(app, app.dispatcher)
conn = MTClientConnection(app.em, handler, addr,
......
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