diff --git a/lib/core/context.c b/lib/core/context.c index 6358f88f2..489da5d4f 100644 --- a/lib/core/context.c +++ b/lib/core/context.c @@ -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); diff --git a/lib/tls/tls-server.c b/lib/tls/tls-server.c index 8b1ae6f1e..9d4ecc998 100644 --- a/lib/tls/tls-server.c +++ b/lib/tls/tls-server.c @@ -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) /*