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:
49036d5
)
debug: reduce spew for debug log level
author
Andy Green
<andy@warmcat.com>
Wed, 22 Mar 2017 13:16:00 +0000
(21:16 +0800)
committer
Andy Green
<andy@warmcat.com>
Wed, 22 Mar 2017 13:24:04 +0000
(21:24 +0800)
lib/libuv.c
patch
|
blob
|
history
lib/libwebsockets.c
patch
|
blob
|
history
diff --git
a/lib/libuv.c
b/lib/libuv.c
index 8e377fd91d81e931e80c6c7cd49a7e0c8a37c781..3cbc1fad160fed1e2b9a99f409eb438a85b36e17 100644
(file)
--- a/
lib/libuv.c
+++ b/
lib/libuv.c
@@
-58,7
+58,7
@@
lws_uv_idle(uv_idle_t *handle
/* there is nobody who needs service forcing, shut down idle */
uv_idle_stop(handle);
- lwsl_debug("%s: done stop\n", __func__);
+
//
lwsl_debug("%s: done stop\n", __func__);
}
static void
diff --git
a/lib/libwebsockets.c
b/lib/libwebsockets.c
index cc4d9e1f5f0202cd756d4685813412b3a08d4e19..561e61d73a925f4cd47747d7ef872a30f5a45bb4 100755
(executable)
--- a/
lib/libwebsockets.c
+++ b/
lib/libwebsockets.c
@@
-1573,7
+1573,7
@@
_lws_rx_flow_control(struct lws *wsi)
/* there is no pending change */
if (!(wsi->rxflow_change_to & LWS_RXFLOW_PENDING_CHANGE)) {
-
lwsl_debug("%s: no pending change\n", __func__);
+
//
lwsl_debug("%s: no pending change\n", __func__);
return 0;
}