forked from I2P_Developers/i2p.i2p
NTCP: Log tweaks to help on ticket #996
This commit is contained in:
@@ -128,7 +128,7 @@ class Writer {
|
||||
_prepBuffer.init();
|
||||
con.prepareNextWrite(_prepBuffer);
|
||||
} catch (RuntimeException re) {
|
||||
_log.log(Log.CRIT, "Error in the ntcp writer", re);
|
||||
_log.log(Log.CRIT, "Error in the ntcp writer on " + con, re);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user