mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-30 00:00:16 +01:00
logs: reduce ah err to info
This commit is contained in:
parent
00ae90978b
commit
7faa71637f
1 changed files with 1 additions and 1 deletions
|
@ -2081,7 +2081,7 @@ lws_server_socket_service(struct lws_context *context, struct lws *wsi,
|
||||||
//lwsl_err("wsi %p: missing ah\n", wsi);
|
//lwsl_err("wsi %p: missing ah\n", wsi);
|
||||||
/* no autoservice beacuse we will do it next */
|
/* no autoservice beacuse we will do it next */
|
||||||
if (lws_header_table_attach(wsi, 0)) {
|
if (lws_header_table_attach(wsi, 0)) {
|
||||||
lwsl_err("wsi %p: failed to acquire ah\n", wsi);
|
lwsl_info("wsi %p: failed to acquire ah\n", wsi);
|
||||||
goto try_pollout;
|
goto try_pollout;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue