Skip to content

Commit

Permalink
This should in no way be an error ofcourse
Browse files Browse the repository at this point in the history
  • Loading branch information
p0psicles committed Jun 4, 2016
1 parent 0f8bcb2 commit 2050b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sickbeard/tvcache.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def updateCache(self):

if found_recent_results >= self.provider.stop_at:
logger.log(u'Hit the old cached items, not parsing any more for: {0}'.format
(self.provider_id), logger.ERROR)
(self.provider_id), logger.DEBUG)
break
try:
ci = self._parseItem(item)
Expand Down

0 comments on commit 2050b2f

Please sign in to comment.