[exo-jcr-commits] exo-jcr SVN: r1281 - 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 11:03:31 EST 2010
Author: areshetnyak
Date: 2010-01-04 11:03:31 -0500 (Mon, 04 Jan 2010)
New Revision: 1281
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-333 : The ExoEvictionActionPolicy was changed.
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 16:02:20 UTC (rev 1280)
+++ 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 16:03:31 UTC (rev 1281)
@@ -68,7 +68,8 @@
}
catch (Exception e)
{
- LOG.error("Unable to evict " + fqn, e);
+ if (LOG.isDebugEnabled())
+ LOG.debug("Unable to evict " + fqn, e);
return false;
}
}
More information about the exo-jcr-commits
mailing list