mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 11:02:21 -05:00
Switched a logger error to a logger debug
This commit is contained in:
parent
429db5b7d4
commit
7c650d730c
@ -1169,7 +1169,7 @@ def mapIndexersToShow(showObj):
|
||||
mapped_show = t[showObj.name]
|
||||
except sickbeard.indexer_shownotfound:
|
||||
logger.log(u"Unable to map " + sickbeard.indexerApi(showObj.indexer).name + "->" + sickbeard.indexerApi(
|
||||
indexer).name + " for show: " + showObj.name + ", skipping it", logger.ERROR)
|
||||
indexer).name + " for show: " + showObj.name + ", skipping it", logger.DEBUG)
|
||||
mapped_show = None
|
||||
|
||||
if len(mapped_show) and not len(mapped_show) > 1:
|
||||
|
Loading…
Reference in New Issue
Block a user