Merge pull request #647 from adam111316/log_clear_cache

Updating provider clear cache log message
This commit is contained in:
echel0n 2014-07-19 21:28:44 -07:00
commit bd20f9d2ae
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ class TVCache():
def _clearCache(self):
if self.shouldClearCache():
logger.log(u"Clearing " + self.provider.name + " cache")
logger.log(u"Clearing items older than 1 week from " + self.provider.name + " cache")
curDate = datetime.date.today() - datetime.timedelta(weeks=1)