Ticket #191 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

SVNPoller log msg missing argument

Reported by: thatch Owned by: warner
Priority: patches-accepted Milestone: 0.7.8
Version: 0.7.6 Keywords:
Cc:

Description

This is around line 239 in buildbot.changes.svnpoller:

        if self.working:
            log.msg("SVNPoller(%s) overrun: timer fired but the previous "
                    "poll had not yet finished.")

I haven't seen an error triggered but it looks like there's a %s missing its corresponding % self.svnurl format argument.

Change History

comment:1 Changed 5 years ago by warner

  • Owner set to warner
  • Status changed from new to assigned
  • Milestone changed from undecided to 0.7.8

comment:2 Changed 5 years ago by warner

  • Status changed from assigned to closed
  • Resolution set to fixed

fixed, thanks!

Note: See TracTickets for help on using tickets.