[Buildbot-commits] buildbot/buildbot master.py,1.55,1.56
Brian Warner
warner at users.sourceforge.net
Sat Dec 4 21:12:22 UTC 2004
Update of /cvsroot/buildbot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16232/buildbot
Modified Files:
master.py
Log Message:
(Dispatcher.requestAvatar): remove debug message that broke PBChangeSource
Index: master.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/master.py,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- master.py 3 Dec 2004 22:54:50 -0000 1.55
+++ master.py 4 Dec 2004 21:12:19 -0000 1.56
@@ -495,8 +495,6 @@
def requestAvatar(self, avatarID, mind, interface):
assert interface == pb.IPerspective
- log.msg("requestAvatar(%s) from %s" % \
- (avatarID, mind.broker.transport.getPeer()))
afactory = self.names.get(avatarID)
if afactory:
p = afactory.getPerspective()
More information about the Commits
mailing list