[Neo-report] r2053 vincent - /trunk/neo/storage/app.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Apr 30 15:43:42 CEST 2010


Author: vincent
Date: Fri Apr 30 15:43:39 2010
New Revision: 2053

Log:
Make storage node log its own UUID when known.

Modified:
    trunk/neo/storage/app.py

Modified: trunk/neo/storage/app.py
==============================================================================
--- trunk/neo/storage/app.py [iso-8859-1] (original)
+++ trunk/neo/storage/app.py [iso-8859-1] Fri Apr 30 15:43:39 2010
@@ -195,6 +195,7 @@
         (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)
 





More information about the Neo-report mailing list