Commit b21e7309 authored by Vincent Pelletier's avatar Vincent Pelletier

Add a log when receiving an unknown UUID as primary master UUID.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@668 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent d256c5b3
......@@ -210,7 +210,7 @@ class BootstrapEventHandler(StorageEventHandler):
if primary_node is None:
# I don't know such a node. Probably this information
# is old. So ignore it.
pass
logging.warning('Unknown primary master UUID: %s. Ignoring.' % dump(primary_uuid))
else:
app.primary_master_node = primary_node
if app.trying_master_node is primary_node:
......
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