mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-16 06:15:09 -05:00
Changed log message to be less confusing for torrents
This commit is contained in:
parent
4fdbb24587
commit
0a936ea1ef
@ -587,8 +587,7 @@ def searchProviders(show, season, episodes, manualSearch=False):
|
||||
logger.DEBUG)
|
||||
|
||||
if not neededEps:
|
||||
logger.log(u"All of these episodes were covered by single nzbs, ignoring this multi-ep result",
|
||||
logger.DEBUG)
|
||||
logger.log(u"All of these episodes were covered by single episode results, ignoring this multi-episode result", logger.DEBUG)
|
||||
continue
|
||||
|
||||
# check if these eps are already covered by another multi-result
|
||||
|
Loading…
Reference in New Issue
Block a user