From: Jihoon Kim Date: Fri, 13 Jan 2017 08:52:19 +0000 (+0900) Subject: Use unified log tag X-Git-Tag: submit/tizen_3.0/20170116.102249~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3592f9ba9993d7713300c3c1839b30f0604dc46c;p=platform%2Fcore%2Fuifw%2Fe-mod-tizen-wl-textinput.git Use unified log tag Change-Id: I9d9c0be5dbe9c922a93a4acb24cc240df65c6d70 Signed-off-by: Jihoon Kim --- diff --git a/src/e_mod_input_panel.c b/src/e_mod_input_panel.c index 578bf27..09b40b3 100644 --- a/src/e_mod_input_panel.c +++ b/src/e_mod_input_panel.c @@ -3,11 +3,6 @@ #include "e_mod_main.h" #include -#ifdef LOG_TAG -#undef LOG_TAG -#endif -#define LOG_TAG "WL_TEXTINPUT" - #define WTI_WARNING(resource, code, msg) (_e_input_panel_log_show((resource), (code), (msg), __func__)) typedef struct _E_Input_Panel E_Input_Panel; diff --git a/src/e_mod_main.c b/src/e_mod_main.c index 473fe39..f82bfc1 100644 --- a/src/e_mod_main.c +++ b/src/e_mod_main.c @@ -8,11 +8,6 @@ #include #include -#ifdef LOG_TAG -#undef LOG_TAG -#endif -#define LOG_TAG "WL_TEXTINPUT" - #define WTI_WARNING(resource, code, msg) (_e_text_input_log_show((resource), (code), (msg), __func__)) static Eina_Bool _e_text_input_method_context_cb_client_resize(void *data EINA_UNUSED, int type, void *event); diff --git a/src/e_mod_main.h b/src/e_mod_main.h index 4be0172..3bb24d7 100644 --- a/src/e_mod_main.h +++ b/src/e_mod_main.h @@ -11,6 +11,11 @@ #define LOGD LOGI #endif +#ifdef LOG_TAG +#undef LOG_TAG +#endif +#define LOG_TAG "WL_TEXTINPUT" + Eina_Bool e_input_panel_init(void); void e_input_panel_shutdown(void); void e_input_panel_visibility_change(Eina_Bool visible);