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