summaryrefslogtreecommitdiffstats
path: root/src/py-libs/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'src/py-libs/plugins')
-rw-r--r--src/py-libs/plugins/root_cache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/py-libs/plugins/root_cache.py b/src/py-libs/plugins/root_cache.py
index bb13357..42061f4 100644
--- a/src/py-libs/plugins/root_cache.py
+++ b/src/py-libs/plugins/root_cache.py
@@ -64,7 +64,7 @@ class RootCache(object):
self.rootCacheLock = open(os.path.join(self.rootSharedCachePath, "rootcache.lock"), "a+")
# check cache age:
- self.state("enabling root cache")
+ self.state("enabled root cache")
try:
statinfo = os.stat(self.rootCacheFile)
file_age_days = (time.time() - statinfo.st_ctime) / (60 * 60 * 24)