Commit ca6831c9 authored by Vincent Pelletier's avatar Vincent Pelletier

Make storage node log its own UUID when known.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2053 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 9b45ccc9
......@@ -195,6 +195,7 @@ class Application(object):
(node, conn, uuid, num_partitions, num_replicas) = data
self.master_node = node
self.master_conn = conn
logging.info('I am %s', dump(uuid))
self.uuid = uuid
self.dm.setUUID(uuid)
......
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