diff --git a/lib/base/threadpool.cpp b/lib/base/threadpool.cpp index 8423f2aca..237ed4e8a 100644 --- a/lib/base/threadpool.cpp +++ b/lib/base/threadpool.cpp @@ -99,7 +99,7 @@ void ThreadPool::Join(void) void ThreadPool::QueueThreadProc(int tid) { std::ostringstream idbuf; - idbuf << "TP #" << m_ID << " Worker #" << tid; + idbuf << "TP #" << m_ID << " W #" << tid; Utility::SetThreadName(idbuf.str()); for (;;) {