mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-20 16:43:43 +00:00
Merge pull request #252 from WebSpider/dev-cache_typo
Typo in logging text, closes #251
This commit is contained in:
commit
d595a9abfd
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ class TVCache():
|
|||
return None
|
||||
|
||||
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)
|
||||
|
||||
# remember if the cache lookup worked or not so we know whether we should bother updating it later
|
||||
|
|
Loading…
Reference in a new issue