[Buildbot-commits] buildbot/buildbot/slave bot.py,1.18,1.19

Brian Warner warner at users.sourceforge.net
Wed Jun 28 17:42:30 UTC 2006


Update of /cvsroot/buildbot/buildbot/buildbot/slave
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv22948/buildbot/slave

Modified Files:
	bot.py 
Log Message:
[project @ bot.py: add minor log message]

Original author: warner at lothar.com
Date: 2006-06-28 17:39:57

Index: bot.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/slave/bot.py,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- bot.py	20 Jun 2006 08:08:45 -0000	1.18
+++ bot.py	28 Jun 2006 17:42:28 -0000	1.19
@@ -242,6 +242,7 @@
             log.msg("SlaveBuilder.commandComplete", self.command)
         self.command = None
         if not self.running:
+            log.msg(" but we weren't running, quitting silently")
             return
         if self.remoteStep:
             self.remoteStep.dontNotifyOnDisconnect(self.lostRemoteStep)





More information about the Commits mailing list