Fixed incorrect thread name
This commit is contained in:
parent
072ee8a5c5
commit
5814ec65a4
@ -165,7 +165,7 @@ class NioDatagramWorker implements Runnable {
|
|||||||
try {
|
try {
|
||||||
// Start the main selector loop. See run() for details.
|
// Start the main selector loop. See run() for details.
|
||||||
executor.execute(new ThreadRenamingRunnable(this,
|
executor.execute(new ThreadRenamingRunnable(this,
|
||||||
"New I/O server worker #" + bossId + "'-'" + id));
|
"New I/O datagram worker #" + bossId + "'-'" + id));
|
||||||
success = true;
|
success = true;
|
||||||
} finally {
|
} finally {
|
||||||
if (!success) {
|
if (!success) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user