[Jboss-cvs] JBossAS SVN: r56539 - branches/Branch_4_0/tomcat/src/main/org/jboss/web/tomcat/tc5/session

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Sep 3 23:05:36 EDT 2006


Author: bstansberry at jboss.com
Date: 2006-09-03 23:05:35 -0400 (Sun, 03 Sep 2006)
New Revision: 56539

Modified:
   branches/Branch_4_0/tomcat/src/main/org/jboss/web/tomcat/tc5/session/JBossCacheClusteredSession.java
Log:
Reduce log level

Modified: branches/Branch_4_0/tomcat/src/main/org/jboss/web/tomcat/tc5/session/JBossCacheClusteredSession.java
===================================================================
--- branches/Branch_4_0/tomcat/src/main/org/jboss/web/tomcat/tc5/session/JBossCacheClusteredSession.java	2006-09-04 02:12:21 UTC (rev 56538)
+++ branches/Branch_4_0/tomcat/src/main/org/jboss/web/tomcat/tc5/session/JBossCacheClusteredSession.java	2006-09-04 03:05:35 UTC (rev 56539)
@@ -113,9 +113,9 @@
    public synchronized void processSessionRepl()
    {
       // Replicate the session.
-      if (log.isDebugEnabled())
+      if (log.isTraceEnabled())
       {
-         log.debug("processSessionRepl(): session is dirty. Will increment " +
+         log.trace("processSessionRepl(): session is dirty. Will increment " +
                    "version from: " + getVersion() + " and replicate.");
       }
       this.incrementVersion();




More information about the jboss-cvs-commits mailing list