Author: clebert.suconic(a)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>>();