Fix default language script loading error 08/158108/1
authorSuyeon Hwang <stom.hwang@samsung.com>
Mon, 30 Oct 2017 01:18:40 +0000 (10:18 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Mon, 30 Oct 2017 01:18:40 +0000 (10:18 +0900)
Change-Id: I9cefd10505ffdd8d0c555f055eaa65dd644b9c52
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
src/voice_control_webview.cpp

index fe249c76da380e500657698042aa8a5fcbd58b85..ff88941b596992e61e9155db6c8138a25132375b 100755 (executable)
@@ -223,8 +223,7 @@ void VCWebView::__vc_webview_init() {
        char filename[64] = {'\0',};
        char *current = NULL;
        if (0 != vc_widget_get_current_language(g_vc_w, &current)) {
-               LOGE("[ERROR] fail to get current langauge");
-               return;
+               LOGW("[WARN] Fail to get current langauge");
        }
 
        if (NULL != current) {