mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-03 01:43:37 +00:00
Switched a logger error to a logger debug
This commit is contained in:
parent
429db5b7d4
commit
7c650d730c
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue