projects
/
platform
/
upstream
/
libwebsockets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4219a32
)
reduce log spew on POST processing
author
Andy Green
<andy@warmcat.com>
Wed, 8 Mar 2017 02:52:49 +0000
(10:52 +0800)
committer
Andy Green
<andy@warmcat.com>
Wed, 8 Mar 2017 02:52:49 +0000
(10:52 +0800)
lib/server.c
patch
|
blob
|
history
diff --git
a/lib/server.c
b/lib/server.c
index 26884d8876d7333ae2c71547436cb60cbae898e9..35eb753ac4b25140f720bbf07900f1b75c21456f 100644
(file)
--- a/
lib/server.c
+++ b/
lib/server.c
@@
-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);