From b71445eb43a418c49f02cb9fc6a95fb3df91810e Mon Sep 17 00:00:00 2001 From: Andy Green Date: Tue, 25 Feb 2025 19:34:27 +0000 Subject: [PATCH] lws_mux_mark_immortal: remove noisy log --- lib/core-net/wsi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core-net/wsi.c b/lib/core-net/wsi.c index b4a17ce32..1adfe8520 100644 --- a/lib/core-net/wsi.c +++ b/lib/core-net/wsi.c @@ -1313,7 +1313,7 @@ lws_mux_mark_immortal(struct lws *wsi) && !wsi->client_mux_substream #endif ) { - lwsl_wsi_err(wsi, "not mux substream"); + // lwsl_wsi_err(wsi, "not mux substream"); return; }