[hornetq-commits] JBoss hornetq SVN: r10783 - branches/Branch_2_2_EAP/src/main/org/hornetq/core/paging.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Jun 7 14:16:11 EDT 2011


Author: clebert.suconic at jboss.com
Date: 2011-06-07 14:16:11 -0400 (Tue, 07 Jun 2011)
New Revision: 10783

Modified:
   branches/Branch_2_2_EAP/src/main/org/hornetq/core/paging/PrintPages.java
Log:
tweak on PrintPages for debug

Modified: branches/Branch_2_2_EAP/src/main/org/hornetq/core/paging/PrintPages.java
===================================================================
--- branches/Branch_2_2_EAP/src/main/org/hornetq/core/paging/PrintPages.java	2011-06-07 02:56:23 UTC (rev 10782)
+++ branches/Branch_2_2_EAP/src/main/org/hornetq/core/paging/PrintPages.java	2011-06-07 18:16:11 UTC (rev 10783)
@@ -195,7 +195,7 @@
       ArrayList<RecordInfo> records = new ArrayList<RecordInfo>();
       ArrayList<PreparedTransactionInfo> txs = new ArrayList<PreparedTransactionInfo>();
 
-      messagesJournal.load(records, txs, null);
+      messagesJournal.load(records, txs, null, false);
 
       Map<Long, Set<PagePosition>> cursorRecords = new HashMap<Long, Set<PagePosition>>();
       



More information about the hornetq-commits mailing list