Change function to show error of websocket 38/171038/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Mon, 26 Feb 2018 06:19:40 +0000 (15:19 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Mon, 26 Feb 2018 06:19:40 +0000 (15:19 +0900)
Change-Id: I2aa13086d6f2ada604973fd3abc0676073c29893
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
src/legacy_support/websocket.cpp

index b02a88e..757fb28 100644 (file)
@@ -146,7 +146,7 @@ static int callback_keyboard(struct lws *wsi,
                 pthread_mutex_unlock(&g_ws_server_mutex);
 
                 if (n < 0) {
-                    lwsl_err("ERROR %d writing to di socket\n", n);
+                    LOGE("ERROR %d writing to di socket\n", n);
                     return -1;
                 }
             } else {