fix missing cr from closing log

Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
Andy Green 2013-02-13 11:44:20 +08:00
parent 3ad2ecfbd8
commit 0878b9ed05

View file

@ -943,7 +943,7 @@ libwebsocket_service_fd(struct libwebsocket_context *context,
wsi->state == WSI_STATE_ESTABLISHED)
if (lws_handle_POLLOUT_event(context, wsi,
pollfd) < 0) {
lwsl_info("libwebsocket_service_fd: closing");
lwsl_info("libwebsocket_service_fd: closing\n");
libwebsocket_close_and_free_session(
context, wsi, LWS_CLOSE_STATUS_NORMAL);
return 0;