1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

lws_mux_mark_immortal: remove noisy log

This commit is contained in:
Andy Green 2025-02-25 19:34:27 +00:00
parent 3f7c79fd57
commit b71445eb43

View file

@ -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;
}