debug: reduce spew for debug log level
authorAndy Green <andy@warmcat.com>
Wed, 22 Mar 2017 13:16:00 +0000 (21:16 +0800)
committerAndy Green <andy@warmcat.com>
Wed, 22 Mar 2017 13:24:04 +0000 (21:24 +0800)
lib/libuv.c
lib/libwebsockets.c

index 8e377fd91d81e931e80c6c7cd49a7e0c8a37c781..3cbc1fad160fed1e2b9a99f409eb438a85b36e17 100644 (file)
@@ -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
index cc4d9e1f5f0202cd756d4685813412b3a08d4e19..561e61d73a925f4cd47747d7ef872a30f5a45bb4 100755 (executable)
@@ -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;
        }