From a3a88a39d73ee45dc890b471387f721caa47969f Mon Sep 17 00:00:00 2001 From: Per Larsson Date: Mon, 21 Feb 2022 19:18:30 +0100 Subject: Changed log level. --- zenhttp/websocketasio.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zenhttp/websocketasio.cpp') 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); }); } } -- cgit v1.2.3