[hornetq-commits] JBoss hornetq SVN: r8268 - trunk/src/main/org/hornetq/core/journal/impl.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Nov 12 00:16:20 EST 2009


Author: clebert.suconic at jboss.com
Date: 2009-11-12 00:16:18 -0500 (Thu, 12 Nov 2009)
New Revision: 8268

Modified:
   trunk/src/main/org/hornetq/core/journal/impl/TimedBuffer.java
Log:
just a small tweak (thread name)

Modified: trunk/src/main/org/hornetq/core/journal/impl/TimedBuffer.java
===================================================================
--- trunk/src/main/org/hornetq/core/journal/impl/TimedBuffer.java	2009-11-12 04:39:27 UTC (rev 8267)
+++ trunk/src/main/org/hornetq/core/journal/impl/TimedBuffer.java	2009-11-12 05:16:18 UTC (rev 8268)
@@ -121,7 +121,7 @@
 
       timerRunnable = new CheckTimer();
 
-      timerThread = new Thread(timerRunnable, "hornetq-aio-timer");
+      timerThread = new Thread(timerRunnable, "hornetq-async-buffer");
 
       timerThread.start();
 



More information about the hornetq-commits mailing list