minor message update: spider stats -> Scrapy stats

This commit is contained in:
Pablo Hoffman 2012-10-12 16:53:44 -02:00
parent 1d5967cee6
commit b038bb8504
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ class StatsCollector(object):
def close_spider(self, spider, reason):
if self._dump:
log.msg("Dumping spider stats:\n" + pprint.pformat(self._stats), \
log.msg("Dumping Scrapy stats:\n" + pprint.pformat(self._stats), \
spider=spider)
self._persist_stats(self._stats, spider)