Commit 935d7082 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Fix log message.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@1565 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 5ae7dc58
......@@ -167,7 +167,7 @@ class ClientElectionHandler(ElectionHandler):
continue
n = app.nm.getByAddress(address)
# master node must be known
assert n is not None, 'Unknown master node address:' % address
assert n is not None, 'Unknown master node: %s' % (address, )
if uuid is not None:
# If I don't know the UUID yet, believe what the peer
# told me at the moment.
......
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