logs: reduce ah err to info

This commit is contained in:
Andy Green 2017-04-02 13:02:28 +08:00
parent db26ccc38b
commit a36ca4dc08

View file

@ -2067,7 +2067,7 @@ lws_server_socket_service(struct lws_context *context, struct lws *wsi,
//lwsl_err("wsi %p: missing ah\n", wsi);
/* no autoservice beacuse we will do it next */
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;
}
}