diff options
Diffstat (limited to 'src/zenhttp/auth/authmgr.cpp')
| -rw-r--r-- | src/zenhttp/auth/authmgr.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/zenhttp/auth/authmgr.cpp b/src/zenhttp/auth/authmgr.cpp index d535d07a4..88f7776e0 100644 --- a/src/zenhttp/auth/authmgr.cpp +++ b/src/zenhttp/auth/authmgr.cpp @@ -375,6 +375,8 @@ private: void BackgroundThreadEntry() { + SetCurrentThreadName("auth"); + for (;;) { std::cv_status SignalStatus = BackgroundThread::WaitForSignal(m_BackgroundThread); |