Author: clebert.suconic(a)jboss.com
Date: 2011-01-25 22:28:49 -0500 (Tue, 25 Jan 2011)
New Revision: 10147
Modified:
branches/Branch_2_2_EAP/src/main/org/hornetq/core/paging/cursor/impl/PageCursorProviderImpl.java
Log:
removing System.out
Modified:
branches/Branch_2_2_EAP/src/main/org/hornetq/core/paging/cursor/impl/PageCursorProviderImpl.java
===================================================================
---
branches/Branch_2_2_EAP/src/main/org/hornetq/core/paging/cursor/impl/PageCursorProviderImpl.java 2011-01-26
03:21:12 UTC (rev 10146)
+++
branches/Branch_2_2_EAP/src/main/org/hornetq/core/paging/cursor/impl/PageCursorProviderImpl.java 2011-01-26
03:28:49 UTC (rev 10147)
@@ -272,7 +272,7 @@
if (complete)
{
- System.out.println("Disabling depage!");
+ log.debug("Address " + pagingStore.getAddress() + " is
leaving page mode as all messages are consumed and acknowledged from the page
store");
pagingStore.forceAnotherPage();
Page currentPage = pagingStore.getCurrentPage();
Show replies by date