Mercurial > hg > autobot
changeset 172:b96f1e121451
i missed taking out a self.name in the logging refactor
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Mon, 31 Jan 2011 18:31:06 -0800 |
parents | af76bbcc4457 |
children | a8fe4ddab1ee |
files | autobot/changes/poller.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/autobot/changes/poller.py Mon Jan 31 18:28:58 2011 -0800 +++ b/autobot/changes/poller.py Mon Jan 31 18:31:06 2011 -0800 @@ -146,7 +146,7 @@ """update the changes if the hash doesnt match""" self.lastPoll = time.time() - self.log('polling repo at %s : %s' % (self.name, self.repourl, self.lastPoll)) + self.log('polling repo at %s : %s' % (self.repourl, self.lastPoll)) d = defer.succeed(None) # ensure the repository is initialized