fix missing cr from closing log 96/3096/1
authorAndy Green <andy.green@linaro.org>
Wed, 13 Feb 2013 03:44:20 +0000 (11:44 +0800)
committerKevron Rees <kevron_m_rees@linux.intel.com>
Thu, 7 Mar 2013 21:01:35 +0000 (13:01 -0800)
Signed-off-by: Andy Green <andy.green@linaro.org>
lib/libwebsockets.c

index 629f13b..bf2761f 100644 (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;