mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-03 18:03:37 +00:00
Changed log message to be less confusing for torrents
This commit is contained in:
parent
4fdbb24587
commit
0a936ea1ef
1 changed files with 1 additions and 2 deletions
|
@ -587,8 +587,7 @@ def searchProviders(show, season, episodes, manualSearch=False):
|
||||||
logger.DEBUG)
|
logger.DEBUG)
|
||||||
|
|
||||||
if not neededEps:
|
if not neededEps:
|
||||||
logger.log(u"All of these episodes were covered by single nzbs, ignoring this multi-ep result",
|
logger.log(u"All of these episodes were covered by single episode results, ignoring this multi-episode result", logger.DEBUG)
|
||||||
logger.DEBUG)
|
|
||||||
continue
|
continue
|
||||||
|
|
||||||
# check if these eps are already covered by another multi-result
|
# check if these eps are already covered by another multi-result
|
||||||
|
|
Loading…
Reference in a new issue