debug: reduce spew for debug log level

This commit is contained in:
Andy Green 2017-03-22 21:16:00 +08:00
parent 49036d571f
commit 73ff23e288
2 changed files with 2 additions and 2 deletions

View 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

View file

@ -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;
}