[jboss-cvs] JBoss Messaging SVN: r4931 - trunk/src/main/org/jboss/messaging/core/journal/impl.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Sep 10 22:16:55 EDT 2008


Author: clebert.suconic at jboss.com
Date: 2008-09-10 22:16:54 -0400 (Wed, 10 Sep 2008)
New Revision: 4931

Modified:
   trunk/src/main/org/jboss/messaging/core/journal/impl/JournalImpl.java
Log:
tiny tweak on accidental commit

Modified: trunk/src/main/org/jboss/messaging/core/journal/impl/JournalImpl.java
===================================================================
--- trunk/src/main/org/jboss/messaging/core/journal/impl/JournalImpl.java	2008-09-11 02:14:12 UTC (rev 4930)
+++ trunk/src/main/org/jboss/messaging/core/journal/impl/JournalImpl.java	2008-09-11 02:16:54 UTC (rev 4931)
@@ -2161,7 +2161,7 @@
          // This is being done this way as we don't need another Timeout Thread just to cleanup this
          if (reuseBufferSize > 0 && System.currentTimeMillis() - bufferReuseLastTime > 10000)
          {
-            System.out.println("Clearing reuse buffers queue with " + reuseBuffers.size() + " elements");
+            trace("Clearing reuse buffers queue with " + reuseBuffers.size() + " elements");
             
             bufferReuseLastTime = System.currentTimeMillis();
             




More information about the jboss-cvs-commits mailing list