forked from I2P_Developers/i2p.i2p
thread name tweak
This commit is contained in:
@@ -506,7 +506,7 @@ public abstract class I2PTunnelClientBase extends I2PTunnelTask implements Runna
|
|||||||
_log.debug("startup " + _clientId, new Exception("I did it"));
|
_log.debug("startup " + _clientId, new Exception("I did it"));
|
||||||
// prevent JVM exit when running outside the router
|
// prevent JVM exit when running outside the router
|
||||||
boolean isDaemon = getTunnel().getContext().isRouterContext();
|
boolean isDaemon = getTunnel().getContext().isRouterContext();
|
||||||
Thread t = new I2PAppThread(this, "Client " + _clientId, isDaemon);
|
Thread t = new I2PAppThread(this, "I2PTunnel Client " + getTunnel().listenHost + ':' + localPort, isDaemon);
|
||||||
t.start();
|
t.start();
|
||||||
open = true;
|
open = true;
|
||||||
synchronized (this) {
|
synchronized (this) {
|
||||||
|
Reference in New Issue
Block a user