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

reduce log spew on POST processing

This commit is contained in:
Andy Green 2017-03-08 10:52:49 +08:00
parent 4219a3281d
commit c53a76f0ef

View file

@ -3033,7 +3033,7 @@ lws_spa_create(struct lws *wsi, const char * const *param_names,
if (!spa->param_length)
goto bail5;
lwsl_notice("%s: Created SPA %p\n", __func__, spa);
lwsl_info("%s: Created SPA %p\n", __func__, spa);
return spa;
@ -3093,7 +3093,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);