logs: reduce ah err to info

This commit is contained in:
Andy Green 2017-04-02 13:03:51 +08:00
parent c304876941
commit 9494cc646a

View file

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