changeset 109:2cd364f793e2

now its revList, not changelist
author Jeff Hammel <jhammel@mozilla.com>
date Sat, 22 Jan 2011 17:44:37 -0800
parents 3f4e4bbde2e4
children 36de30ff3008
files autobot/changes/poller.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/autobot/changes/poller.py	Sat Jan 22 17:43:49 2011 -0800
+++ b/autobot/changes/poller.py	Sat Jan 22 17:44:37 2011 -0800
@@ -196,7 +196,7 @@
 
     def _process_change_list(self, revList):
 
-        log.msg('this is the changelist: %s' % changelist)
+        log.msg('this is the changelist: %s' % revList)
         self.changeCount = len(revList)
         log.msg('%s: processing %d changes: %s in "%s"'
                 % (self.name, self.changeCount, revList, self.workdir) )