added cluster master connection log message to cluster worker

--HG--
extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40325
This commit is contained in:
Pablo Hoffman 2008-10-22 15:20:12 +00:00
parent 150f4ed815
commit 21c08e39f8
1 changed files with 1 additions and 0 deletions

View File

@ -135,6 +135,7 @@ class ClusterWorker(pb.Root):
def remote_set_master(self, master):
"""Set the master for this worker"""
log.msg("ClusterWorker: ClusterMaster connected from %s:%s" % master.broker.transport.client)
self.__master = master
return self.status()