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:
parent
3f7c79fd57
commit
b71445eb43
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue