Fix and add the log tag 15/144315/2 accepted/tizen_3.0_common accepted/tizen_3.0_ivi accepted/tizen_3.0_mobile accepted/tizen_3.0_tv accepted/tizen_3.0_wearable accepted/tizen/3.0/common/20170816.145344 accepted/tizen/3.0/ivi/20170816.131410 accepted/tizen/3.0/mobile/20170816.131401 accepted/tizen/3.0/tv/20170816.131430 accepted/tizen/3.0/wearable/20170816.131420 submit/tizen_3.0/20170816.084229
authorHwankyu Jhun <h.jhun@samsung.com>
Wed, 16 Aug 2017 08:12:15 +0000 (17:12 +0900)
committerHwanKyu Jhun <h.jhun@samsung.com>
Wed, 16 Aug 2017 08:13:10 +0000 (08:13 +0000)
Change-Id: I2fdcd8720d0c3685608177b6acc57772e38ab4cc
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/widget-i18n.c
src/widget_error.c

index cadf592..0d20024 100755 (executable)
@@ -31,6 +31,9 @@
 #include "widget-log.h"
 #include "widget-private.h"
 
+#undef LOG_TAG
+#define LOG_TAG "CAPI_WIDGET_APPLICATION"
+
 #define PATH_LOCALE "locale"
 
 void _update_lang(void)
index bbe1549..37c9120 100755 (executable)
@@ -27,7 +27,7 @@
 #undef LOG_TAG
 #endif
 
-#define LOG_TAG "CAPI_WIDGET_APPLICATIO"
+#define LOG_TAG "CAPI_WIDGET_APPLICATION"
 
 static const char *widget_app_error_to_string(widget_error_e error)
 {