changeset 237:68e643b6da0f

debugging output
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 22 Dec 2011 14:11:36 -0800
parents 08f0e17367ce
children 08610b14a2c1
files autobot/changes/poller.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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