Improved toString().
This commit is contained in:
parent
72edbe5cea
commit
55817a212f
|
@ -284,7 +284,7 @@ public abstract class HttpDestination extends ContainerLifeCycle implements Dest
|
|||
@Override
|
||||
public String toString()
|
||||
{
|
||||
return String.format("%s[%s]%x%s,queue=%d",
|
||||
return String.format("%s[%s]@%x%s,queue=%d",
|
||||
HttpDestination.class.getSimpleName(),
|
||||
asString(),
|
||||
hashCode(),
|
||||
|
|
Loading…
Reference in New Issue