Author: skabashnyuk
Date: 2010-01-04 07:49:51 -0500 (Mon, 04 Jan 2010)
New Revision: 1274
Modified:
jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/dataflow/persistent/jbosscache/ExoEvictionActionPolicy.java
Log:
EXOJCR-361 : logger removed
Modified:
jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/dataflow/persistent/jbosscache/ExoEvictionActionPolicy.java
===================================================================
---
jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/dataflow/persistent/jbosscache/ExoEvictionActionPolicy.java 2010-01-04
12:39:05 UTC (rev 1273)
+++
jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/dataflow/persistent/jbosscache/ExoEvictionActionPolicy.java 2010-01-04
12:49:51 UTC (rev 1274)
@@ -60,10 +60,8 @@
{
try
{
- // if (LOG.isDebugEnabled())
- // LOG.debug("Evicting Fqn " + fqn);
- //For testing
- LOG.info("Evicting Fqn " + fqn);
+ if (LOG.isDebugEnabled())
+ LOG.debug("Evicting Fqn " + fqn);
cache.evict(fqn);
return true;
Show replies by date