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