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