We don't really need to hear stats on shutdown.

This commit is contained in:
Michael Bayne
2009-05-19 06:01:50 +00:00
parent 636e2d7046
commit a765645307
@@ -138,8 +138,8 @@ public class EHCacheAdapter
// from CacheAdapter
public void shutdown ()
{
log.info("EHCacheAdapter shutting down", "lookups", _lookups,
"stores", _stores, "removes", _removes, "enumerations", _enumerations);
log.debug("EHCacheAdapter shutting down", "lookups", _lookups,
"stores", _stores, "removes", _removes, "enumerations", _enumerations);
}
/**