Updating provider clear cache log message

This commit is contained in:
Adam 2014-07-15 01:12:36 +08:00
parent 09f53d3537
commit ec860cfc1f
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,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)