I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit ae3a5f7b authored by zzz's avatar zzz
Browse files

name tunnel starter threads

parent 638cadc3
No related branches found
No related tags found
No related merge requests found
......@@ -209,7 +209,7 @@ public class TunnelController implements Logging {
if (_state != TunnelState.STOPPED && _state != TunnelState.START_ON_LOAD)
return;
}
new I2PAppThread(new Runnable() { public void run() { startTunnel(); } }).start();
new I2PAppThread(new Runnable() { public void run() { startTunnel(); } }, "Tunnel Starter " + getName()).start();
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment