Skip to content
Snippets Groups Projects
Commit c53a76f0 authored by Andy Green's avatar Andy Green
Browse files

reduce log spew on POST processing

parent 4219a328
Branches
Tags
No related merge requests found
...@@ -3033,7 +3033,7 @@ lws_spa_create(struct lws *wsi, const char * const *param_names, ...@@ -3033,7 +3033,7 @@ lws_spa_create(struct lws *wsi, const char * const *param_names,
if (!spa->param_length) if (!spa->param_length)
goto bail5; goto bail5;
lwsl_notice("%s: Created SPA %p\n", __func__, spa); lwsl_info("%s: Created SPA %p\n", __func__, spa);
return spa; return spa;
...@@ -3093,7 +3093,7 @@ lws_spa_destroy(struct lws_spa *spa) ...@@ -3093,7 +3093,7 @@ lws_spa_destroy(struct lws_spa *spa)
{ {
int n = 0; int n = 0;
lwsl_notice("%s: destroy spa %p\n", __func__, spa); lwsl_info("%s: destroy spa %p\n", __func__, spa);
if (spa->s) if (spa->s)
lws_urldecode_s_destroy(spa->s); lws_urldecode_s_destroy(spa->s);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment