1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

clean: turn down verbosity on some debugging printfs

This commit is contained in:
Andy Green 2020-05-25 05:40:13 +01:00
parent 90c7e789eb
commit 10146575a2
2 changed files with 1 additions and 3 deletions

View file

@ -1049,8 +1049,6 @@ lws_context_destroy3(struct lws_context *context)
#if defined(LWS_WITH_NETWORK)
lwsl_err("%s\n", __func__);
context->finalize_destroy_after_internal_loops_stopped = 1;
if (context->event_loop_ops->destroy_context2)
context->event_loop_ops->destroy_context2(context);

View file

@ -275,7 +275,7 @@ lws_server_socket_service_ssl(struct lws *wsi, lws_sockfd_type accept_fd, char f
* fail out...
*
*/
lwsl_warn("%s: PEEKed 0 (from_pollin %d)\n",
lwsl_debug("%s: PEEKed 0 (from_pollin %d)\n",
__func__, from_pollin);
if (!from_pollin)
/*