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] mapped_show = t[showObj.name]
except sickbeard.indexer_shownotfound: except sickbeard.indexer_shownotfound:
logger.log(u"Unable to map " + sickbeard.indexerApi(showObj.indexer).name + "->" + sickbeard.indexerApi( 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 mapped_show = None
if len(mapped_show) and not len(mapped_show) > 1: if len(mapped_show) and not len(mapped_show) > 1: