reduce httpd close debug spew

Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
Andy Green 2013-03-09 12:54:14 +08:00
parent 63b3b959fc
commit 25eddab5c8

View file

@ -207,7 +207,7 @@ libwebsocket_close_and_free_session(struct libwebsocket_context *context,
wsi->u.ws.close_reason = reason;
if (wsi->mode == LWS_CONNMODE_HTTP_SERVING && wsi->u.http.fd) {
lwsl_notice("closing http fd %d\n", wsi->u.http.fd);
lwsl_debug("closing http fd %d\n", wsi->u.http.fd);
close(wsi->u.http.fd);
wsi->u.http.fd = 0;
}