shorten thread name

This commit is contained in:
zzz
2010-12-17 21:48:04 +00:00
parent 0bd75f0e56
commit 03f58d1886

View File

@ -137,7 +137,7 @@ public class ConnectionAcceptor implements Runnable
}
}
} else {
Thread t = new I2PAppThread(new Handler(socket), "Connection-" + socket);
Thread t = new I2PAppThread(new Handler(socket), "I2PSnark incoming connection");
t.start();
}
}