[hornetq-commits] JBoss hornetq SVN: r10782 - branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/impl.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Jun 6 22:56:23 EDT 2011


Author: clebert.suconic at jboss.com
Date: 2011-06-06 22:56:23 -0400 (Mon, 06 Jun 2011)
New Revision: 10782

Modified:
   branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/impl/QueueImpl.java
Log:
just trace

Modified: branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/impl/QueueImpl.java
===================================================================
--- branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/impl/QueueImpl.java	2011-06-07 02:41:29 UTC (rev 10781)
+++ branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/impl/QueueImpl.java	2011-06-07 02:56:23 UTC (rev 10782)
@@ -1550,6 +1550,10 @@
          {
             if (checkExpired(ref))
             {
+               if (isTrace)
+               {
+                  log.trace("Reference " + ref + " being expired");
+               }
                holder.iter.remove();
 
                refRemoved(ref);



More information about the hornetq-commits mailing list