1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04:00

Switched a logger error to a logger debug

This commit is contained in:
echel0n 2014-07-30 18:59:52 -07:00
parent 429db5b7d4
commit 7c650d730c

View File

@ -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: