~max-rabkin/ibid/empty-feed-661187

« back to all changes in this revision

Viewing changes to ibid/plugins/feeds.py

  • Committer: Max Rabkin
  • Date: 2010-10-10 09:19:21 UTC
  • Revision ID: max.rabkin@gmail.com-20101010091921-xa0ymrxbr6r5w6au
LogĀ feedĀ URL

Show diffs side-by-side

added added

removed removed

Lines of Context:
314
314
                feed.update(max_age=time_since_fetch)
315
315
            except Exception, e:
316
316
                if type(e) != type(last_exc):
317
 
                    log.warning(u'Exception occured while polling feed %s.',
318
 
                                feed, exc_info=True)
 
317
                    log.warning(u'Exception occured while polling feed %s from %s',
 
318
                                feed, feed.url, exc_info=True)
319
319
                broken_feeds[feed.name] = e, self.backoff(interval), 0
320
320
                continue
321
321