# HG changeset patch # User Jeff Hammel # Date 1296527466 28800 # Node ID b96f1e121451440a90b28d52ff91949523acbfca # Parent af76bbcc44577ee0308acab101fe3ba3e320f772 i missed taking out a self.name in the logging refactor diff -r af76bbcc4457 -r b96f1e121451 autobot/changes/poller.py --- 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