[hornetq-commits] JBoss hornetq SVN: r10937 - branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/persistence/impl/journal.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Jul 6 15:31:26 EDT 2011


Author: clebert.suconic at jboss.com
Date: 2011-07-06 15:31:26 -0400 (Wed, 06 Jul 2011)
New Revision: 10937

Modified:
   branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/persistence/impl/journal/JournalStorageManager.java
Log:
removing logs

Modified: branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/persistence/impl/journal/JournalStorageManager.java
===================================================================
--- branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/persistence/impl/journal/JournalStorageManager.java	2011-07-06 19:19:41 UTC (rev 10936)
+++ branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/persistence/impl/journal/JournalStorageManager.java	2011-07-06 19:31:26 UTC (rev 10937)
@@ -1890,7 +1890,6 @@
 
             if (removed != null)
             {
-               log.info("PUTZ  Adding referencesToACK: " + removed);
                referencesToAck.add(removed);
             }
 
@@ -1898,8 +1897,6 @@
 
          for (MessageReference ack : referencesToAck)
          {
-            log.info("PUTZ Ack = " + ack);
-            log.info("PUTZ ACK.getQueue() = " + ack.getQueue());
             ack.getQueue().reacknowledge(tx, ack);
          }
 



More information about the hornetq-commits mailing list