mirror of https://github.com/scrapy/scrapy.git
minor message update: spider stats -> Scrapy stats
This commit is contained in:
parent
1d5967cee6
commit
b038bb8504
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue