Fixed incorrect thread name

This commit is contained in:
Trustin Lee 2009-09-03 03:15:12 +00:00
parent 072ee8a5c5
commit 5814ec65a4

View File

@ -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) {