# HG changeset patch # User Jeff Hammel # Date 1324591896 28800 # Node ID 68e643b6da0f5274075c7bb2efbb6457124cc4e6 # Parent 08f0e17367ce06209bb9f2cbfef57539e235c627 debugging output diff -r 08f0e17367ce -r 68e643b6da0f autobot/changes/poller.py --- a/autobot/changes/poller.py Thu Dec 22 14:02:23 2011 -0800 +++ b/autobot/changes/poller.py Thu Dec 22 14:11:36 2011 -0800 @@ -224,6 +224,7 @@ category=self.category, project=self.project, repository=self.repourl) + log.msg("parent: %s, %s" % (self.parent, getattr(self.parent, 'module', None))) self.parent.addChange(c) self.lastChange = self.lastPoll