Author: clebert.suconic(a)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);
Show replies by date