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 bd57dbc241
commit e7fbdac391

View file

@ -1305,7 +1305,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;
}