[exo-jcr-commits] exo-jcr SVN: r1274 - jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/dataflow/persistent/jbosscache.
do-not-reply at jboss.org
do-not-reply at jboss.org
Mon Jan 4 07:49:51 EST 2010
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;
More information about the exo-jcr-commits
mailing list