opends/src/server/org/opends/server/replication/protocol/RoutableMessage.java
@@ -100,4 +100,17 @@ { return this.senderID; } /** * Returns a string representation of the message. * * @return the string representation of this message. */ public String toString() { return "["+ this.getClass().getCanonicalName() + " sender=" + this.senderID + " destination=" + this.destination + "]"; } }