diff options
| author | Per Larsson <[email protected]> | 2022-02-21 19:18:30 +0100 |
|---|---|---|
| committer | Per Larsson <[email protected]> | 2022-02-21 19:18:30 +0100 |
| commit | a3a88a39d73ee45dc890b471387f721caa47969f (patch) | |
| tree | f0bf06a158e410c004a270d38db01717e0c599d5 /zenhttp/websocketasio.cpp | |
| parent | Stop I/O context when running websocket tests. (diff) | |
| download | zen-a3a88a39d73ee45dc890b471387f721caa47969f.tar.xz zen-a3a88a39d73ee45dc890b471387f721caa47969f.zip | |
Changed log level.
Diffstat (limited to 'zenhttp/websocketasio.cpp')
| -rw-r--r-- | zenhttp/websocketasio.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenhttp/websocketasio.cpp b/zenhttp/websocketasio.cpp index f703bb658..ed4f2a5b1 100644 --- a/zenhttp/websocketasio.cpp +++ b/zenhttp/websocketasio.cpp @@ -554,7 +554,7 @@ WsThreadPool::Start(uint32_t ThreadCount) } } - ZEN_DEBUG("websocket I/O thread '{}' exiting", ThreadId); + ZEN_LOG_TRACE(LogWebSocket, "websocket I/O thread '{}' exiting", ThreadId); }); } } |