forked from I2P_Developers/i2p.i2p
NTCP2 log tweak
This commit is contained in:
@ -510,7 +510,7 @@ class OutboundNTCP2State implements EstablishState {
|
||||
public String toString() {
|
||||
StringBuilder buf = new StringBuilder(64);
|
||||
buf.append("OBES2 ");
|
||||
buf.append(System.identityHashCode(this));
|
||||
buf.append(_con.toString());
|
||||
buf.append(' ').append(_state);
|
||||
if (_con.isEstablished()) buf.append(" established");
|
||||
buf.append(": ");
|
||||
|
Reference in New Issue
Block a user