diff options
Diffstat (limited to 'zenhttp/httpasio.cpp')
| -rw-r--r-- | zenhttp/httpasio.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenhttp/httpasio.cpp b/zenhttp/httpasio.cpp index 061cd607a..980fac2d2 100644 --- a/zenhttp/httpasio.cpp +++ b/zenhttp/httpasio.cpp @@ -395,7 +395,7 @@ HttpServerConnection::EnqueueRead() ZEN_TRACE("read: conn#:{} seq#:{} t:{} bytes:{}", m_ConnectionId, m_RequestCounter.load(std::memory_order_relaxed), - GetCurrentThreadId(), + zen::GetCurrentThreadId(), ByteCount); OnDataReceived(Ec, ByteCount); |