From 6f5a7e49ed2eb853380ac13eaafcf7205ce87c3c Mon Sep 17 00:00:00 2001 From: Michael E Brown Date: Fri, 16 Nov 2007 09:50:03 -0600 Subject: better state info. --- src/py-libs/plugins/root_cache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/py-libs/plugins/root_cache.py') 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) -- cgit