diff --git a/lib/handshake.c b/lib/handshake.c index 6c256bea..1f8a928c 100644 --- a/lib/handshake.c +++ b/lib/handshake.c @@ -268,7 +268,7 @@ postbody_completion: if (!wsi->cgi) #endif { - lwsl_notice("HTTP_BODY_COMPLETION\n"); + lwsl_info("HTTP_BODY_COMPLETION\n"); n = wsi->protocol->callback(wsi, LWS_CALLBACK_HTTP_BODY_COMPLETION, wsi->user_space, NULL, 0); diff --git a/lib/server/lws-spa.c b/lib/server/lws-spa.c index 2e8e20e0..91616102 100644 --- a/lib/server/lws-spa.c +++ b/lib/server/lws-spa.c @@ -114,7 +114,7 @@ lws_urldecode_s_create(struct lws *wsi, char *out, int out_len, void *data, s->mime_boundary[m] = '\0'; - lwsl_notice("boundary '%s'\n", s->mime_boundary); + lwsl_info("boundary '%s'\n", s->mime_boundary); } } } @@ -568,7 +568,7 @@ lws_spa_destroy(struct lws_spa *spa) { int n = 0; - lwsl_notice("%s: destroy spa %p\n", __func__, spa); + lwsl_info("%s: destroy spa %p\n", __func__, spa); if (spa->s) lws_urldecode_s_destroy(spa->s); diff --git a/lib/server/server.c b/lib/server/server.c index 3fa76020..7a3063ae 100644 --- a/lib/server/server.c +++ b/lib/server/server.c @@ -1522,7 +1522,7 @@ deal_body: (long long)wsi->http.rx_content_length, wsi->upgraded_to_http2, wsi->http2_substream); if (wsi->http.rx_content_length > 0) { - lwsl_notice("%s: %p: LWSS_HTTP_BODY state set\n", + lwsl_info("%s: %p: LWSS_HTTP_BODY state set\n", __func__, wsi); wsi->state = LWSS_HTTP_BODY; wsi->http.rx_content_remain =