NTCP2 log tweak

This commit is contained in:
zzz
2018-10-07 19:50:59 +00:00
parent e3d456c733
commit 7dfee5f0ab

View File

@ -510,7 +510,7 @@ class OutboundNTCP2State implements EstablishState {
public String toString() { public String toString() {
StringBuilder buf = new StringBuilder(64); StringBuilder buf = new StringBuilder(64);
buf.append("OBES2 "); buf.append("OBES2 ");
buf.append(System.identityHashCode(this)); buf.append(_con.toString());
buf.append(' ').append(_state); buf.append(' ').append(_state);
if (_con.isEstablished()) buf.append(" established"); if (_con.isEstablished()) buf.append(" established");
buf.append(": "); buf.append(": ");