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

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Jan 25 22:28:49 EST 2011


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



More information about the hornetq-commits mailing list