Skip to content

Commit

Permalink
BUG Don't override message about duplicates not being displayed after…
Browse files Browse the repository at this point in the history
…wards.

Closes rmaxGH-75.
  • Loading branch information
rmax committed Dec 21, 2016
1 parent e568cf6 commit fa203e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/scrapy_redis/dupefilter.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,5 @@ def log(self, request, spider):
msg = ("Filtered duplicate request %(request)s"
" - no more duplicates will be shown"
" (see DUPEFILTER_DEBUG to show all duplicates)")
msg = "Filtered duplicate request: %(request)s"
self.logger.debug(msg, {'request': request}, extra={'spider': spider})
self.logdupes = False

0 comments on commit fa203e8

Please sign in to comment.