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

Merge pull request #278 from WebSpider/dev-typo_fix_237

Small typo in debug logging
This commit is contained in:
echel0n 2014-05-01 03:30:57 -07:00
commit 226b930987

View File

@ -947,7 +947,7 @@ def get_show_by_name(name, useIndexer=False):
foundResult = None
logger.log(
u"Checking the cahe for:" + str(name),
u"Checking the cache for:" + str(name),
logger.DEBUG)
cacheResult = sickbeard.name_cache.retrieveNameFromCache(name)
@ -1049,4 +1049,4 @@ def validateShow(show, season=None, episode=None):
return t[show.indexerid][season][episode]
except (sickbeard.indexer_episodenotfound, sickbeard.indexer_seasonnotfound):
pass
pass