Issue #3242 - Post-review cleanup of ProxyEndPoint
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
parent
478e5ac593
commit
e9143725b0
|
@ -622,7 +622,12 @@ public class ProxyConnectionFactory extends AbstractConnectionFactory
|
|||
|
||||
@Override
|
||||
public String toString() {
|
||||
return _endp.toString();
|
||||
return String.format("%s@%x[remote=%s,local=%s,endpoint=%s]",
|
||||
getClass().getSimpleName(),
|
||||
hashCode(),
|
||||
_remote,
|
||||
_local,
|
||||
_endp);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue