[Neo-report] r2196 gregory - /trunk/neo/client/handlers/master.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Aug 4 10:53:43 CEST 2010


Author: gregory
Date: Wed Aug  4 10:53:43 2010
New Revision: 2196

Log:
The client display the uuid received from the master.

Modified:
    trunk/neo/client/handlers/master.py

Modified: trunk/neo/client/handlers/master.py
==============================================================================
--- trunk/neo/client/handlers/master.py [iso-8859-1] (original)
+++ trunk/neo/client/handlers/master.py [iso-8859-1] Wed Aug  4 10:53:43 2010
@@ -42,6 +42,7 @@ class PrimaryBootstrapHandler(AnswerBase
         if your_uuid is None:
             raise ProtocolError('No UUID supplied')
         app.uuid = your_uuid
+        logging.info('Got an UUID: %s', dump(app.uuid))
 
         node = app.nm.getByAddress(conn.getAddress())
         conn.setUUID(uuid)





More information about the Neo-report mailing list