[hornetq-commits] JBoss hornetq SVN: r10822 - branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/protocol/core/impl.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Jun 16 21:48:56 EDT 2011


Author: clebert.suconic at jboss.com
Date: 2011-06-16 21:48:56 -0400 (Thu, 16 Jun 2011)
New Revision: 10822

Modified:
   branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/protocol/core/impl/PacketImpl.java
Log:
debug & tracing

Modified: branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/protocol/core/impl/PacketImpl.java
===================================================================
--- branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/protocol/core/impl/PacketImpl.java	2011-06-17 01:48:36 UTC (rev 10821)
+++ branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/protocol/core/impl/PacketImpl.java	2011-06-17 01:48:56 UTC (rev 10822)
@@ -305,7 +305,7 @@
 
    protected String getParentString()
    {
-      return "PACKET[type=" + type + ", channelID=" + channelID;
+      return "PACKET[type=" + type + ", channelID=" + channelID + ", packetObject=" + this.getClass().getSimpleName();
    }
 
    // Protected -----------------------------------------------------



More information about the hornetq-commits mailing list