[jboss-cvs] JBossAS SVN: r60076 - branches/Branch_4_2/tomcat/src/main/org/jboss/web/tomcat/service/session.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Jan 27 23:54:39 EST 2007


Author: bstansberry at jboss.com
Date: 2007-01-27 23:54:39 -0500 (Sat, 27 Jan 2007)
New Revision: 60076

Modified:
   branches/Branch_4_2/tomcat/src/main/org/jboss/web/tomcat/service/session/BatchReplicationClusteredSessionValve.java
Log:
Match the trunk verbiage

Modified: branches/Branch_4_2/tomcat/src/main/org/jboss/web/tomcat/service/session/BatchReplicationClusteredSessionValve.java
===================================================================
--- branches/Branch_4_2/tomcat/src/main/org/jboss/web/tomcat/service/session/BatchReplicationClusteredSessionValve.java	2007-01-28 04:53:25 UTC (rev 60075)
+++ branches/Branch_4_2/tomcat/src/main/org/jboss/web/tomcat/service/session/BatchReplicationClusteredSessionValve.java	2007-01-28 04:54:39 UTC (rev 60076)
@@ -113,7 +113,7 @@
          }
          catch (Exception exn)
          {
-            log_.error("Failed to roll back transaction", exn);
+            log_.error("Caught exception rolling back transaction", exn);
          }
          // We will need to alert Tomcat of this exception.
          throw new RuntimeException("JBossCacheManager.processSessionRepl(): failed to replicate session.", e);




More information about the jboss-cvs-commits mailing list