[Jboss-cvs] JBossAS SVN: r56535 -	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 22:03:55 EDT 2006
    
    
  
Author: bstansberry at jboss.com
Date: 2006-09-03 22:03:54 -0400 (Sun, 03 Sep 2006)
New Revision: 56535
Modified:
   branches/Branch_4_0/tomcat/src/main/org/jboss/web/tomcat/tc5/session/BatchReplicationClusteredSessionValve.java
Log:
Reduce log level
Modified: branches/Branch_4_0/tomcat/src/main/org/jboss/web/tomcat/tc5/session/BatchReplicationClusteredSessionValve.java
===================================================================
--- branches/Branch_4_0/tomcat/src/main/org/jboss/web/tomcat/tc5/session/BatchReplicationClusteredSessionValve.java	2006-09-03 22:53:10 UTC (rev 56534)
+++ branches/Branch_4_0/tomcat/src/main/org/jboss/web/tomcat/tc5/session/BatchReplicationClusteredSessionValve.java	2006-09-04 02:03:54 UTC (rev 56535)
@@ -97,12 +97,12 @@
       try
       {
          tm.begin();
+         
          // let the servlet invocation go through
          getNext().invoke(request, response);
-         if(log_.isDebugEnabled())
-         {
-            log_.debug("Ready to commit batch replication for field level granularity");
-         }
+         
+         log_.trace("Ready to commit batch replication for field level granularity");         
+         
          tm.commit();
       }
       catch (Exception e)
    
    
More information about the jboss-cvs-commits
mailing list