/*
- * $Id: stat.cc,v 1.119 1997/01/19 08:14:07 wessels Exp $
+ * $Id: stat.cc,v 1.120 1997/01/19 08:16:14 wessels Exp $
*
* DEBUG: section 18 Cache Manager Statistics
* AUTHOR: Harvest Derived
storeAppendPrintf(sentry, "{\tStorage Mem size:\t%d KB}\n",
store_mem_size >> 10);
storeAppendPrintf(sentry, "{\tStorage LRU Expiration Age:\t%6.2f days}\n",
- (double) storeExpiredReferenceAge());
+ (double) storeExpiredReferenceAge() / 86400.0);
#if HAVE_GETRUSAGE && defined(RUSAGE_SELF)
storeAppendPrintf(sentry, "{Resource usage for %s:}\n", appname);