[Buildbot-commits] buildbot/buildbot/changes svnpoller.py,1.7,1.8
Brian Warner
warner at users.sourceforge.net
Tue Apr 29 16:15:38 UTC 2008
Update of /cvsroot/buildbot/buildbot/buildbot/changes
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv28209/buildbot/changes
Modified Files:
svnpoller.py
Log Message:
[project @ svnpoller: fix broken log message]
Original author: warner at lothar.com
Date: 2008-04-29 15:44:55+00:00
Index: svnpoller.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/changes/svnpoller.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- svnpoller.py 30 Mar 2008 01:29:51 -0000 1.7
+++ svnpoller.py 29 Apr 2008 16:15:36 -0000 1.8
@@ -235,7 +235,7 @@
if self.working:
log.msg("SVNPoller(%s) overrun: timer fired but the previous "
- "poll had not yet finished.")
+ "poll had not yet finished." % self.svnurl)
self.overrun_counter += 1
return defer.succeed(None)
self.working = True
More information about the Commits
mailing list