1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-11-17 06:45:05 -05:00

Merge pull request #252 from WebSpider/dev-cache_typo

Typo in logging text, closes #251
This commit is contained in:
Nils 2014-04-30 23:54:11 +02:00
commit d595a9abfd

View File

@ -217,7 +217,7 @@ class TVCache():
return None return None
logger.log( logger.log(
u"Checking the cahe for show:" + str(parse_result.series_name), u"Checking the cache for show:" + str(parse_result.series_name),
logger.DEBUG) logger.DEBUG)
# remember if the cache lookup worked or not so we know whether we should bother updating it later # remember if the cache lookup worked or not so we know whether we should bother updating it later