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:
parent
4219a3281d
commit
c53a76f0ef
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue