lws-vhost-destroy
[platform/upstream/libwebsockets.git] / lib / server.c
index 4c801d5..78b2221 100644 (file)
@@ -1806,7 +1806,7 @@ lws_http_transaction_completed(struct lws *wsi)
                return 0;
        }
 
-       lwsl_notice("%s: wsi %p\n", __func__, wsi);
+       lwsl_debug("%s: wsi %p\n", __func__, wsi);
        /* if we can't go back to accept new headers, drop the connection */
        if (wsi->u.http.connection_type != HTTP_CONNECTION_KEEP_ALIVE) {
                lwsl_info("%s: %p: close connection\n", __func__, wsi);