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

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

shorten thread name

parent 0bd75f0e
No related branches found
No related tags found
No related merge requests found
...@@ -137,7 +137,7 @@ public class ConnectionAcceptor implements Runnable ...@@ -137,7 +137,7 @@ public class ConnectionAcceptor implements Runnable
} }
} }
} else { } else {
Thread t = new I2PAppThread(new Handler(socket), "Connection-" + socket); Thread t = new I2PAppThread(new Handler(socket), "I2PSnark incoming connection");
t.start(); t.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