[jboss-cvs] JBoss Messaging SVN: r7970 - branches/Branch_1_4/src/main/org/jboss/messaging/core/impl.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Mar 5 05:17:56 EST 2010


Author: gaohoward
Date: 2010-03-05 05:17:56 -0500 (Fri, 05 Mar 2010)
New Revision: 7970

Modified:
   branches/Branch_1_4/src/main/org/jboss/messaging/core/impl/ChannelSupport.java
Log:
JBMESSAGING-1786



Modified: branches/Branch_1_4/src/main/org/jboss/messaging/core/impl/ChannelSupport.java
===================================================================
--- branches/Branch_1_4/src/main/org/jboss/messaging/core/impl/ChannelSupport.java	2010-03-04 17:43:06 UTC (rev 7969)
+++ branches/Branch_1_4/src/main/org/jboss/messaging/core/impl/ChannelSupport.java	2010-03-05 10:17:56 UTC (rev 7970)
@@ -1088,8 +1088,6 @@
 
       public void afterRollbackEx(boolean onePhase, boolean isRecovered) throws Exception
       {
-         log.error("----xxxx---- afterRollbackEx, onePhase: " + onePhase + " isrecoverd: " + isRecovered);
-         
          if (!isRecovered)
          {
             return;
@@ -1102,7 +1100,6 @@
             Delivery del = (Delivery)i.next();
       
             MessageReference ref = del.getReference();
-            log.error("----xxxx---- afterRollbackEx, got ref: " + ref);
       
             if (checkAndSchedule(ref))
             {




More information about the jboss-cvs-commits mailing list