This commit is contained in:
jrandom
2004-04-22 03:11:12 +00:00
committed by zzz
parent afeecdf4af
commit 4d3e4c1a15

View File

@ -249,7 +249,7 @@ class TCPConnection implements I2NPMessageReader.I2NPMessageEventListener {
public void runConnection() { public void runConnection() {
if (_log.shouldLog(Log.DEBUG)) if (_log.shouldLog(Log.DEBUG))
log.debug("Run connection"); _log.debug("Run connection");
_runner = new ConnectionRunner(); _runner = new ConnectionRunner();
Thread t = new I2PThread(_runner); Thread t = new I2PThread(_runner);
t.setName("Run Conn [" + _id + "]"); t.setName("Run Conn [" + _id + "]");