Use unified log tag 15/110215/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Fri, 13 Jan 2017 08:52:19 +0000 (17:52 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 13 Jan 2017 08:52:19 +0000 (17:52 +0900)
Change-Id: I9d9c0be5dbe9c922a93a4acb24cc240df65c6d70
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
src/e_mod_input_panel.c
src/e_mod_main.c
src/e_mod_main.h

index 578bf27..09b40b3 100644 (file)
@@ -3,11 +3,6 @@
 #include "e_mod_main.h"
 #include <input-method-server-protocol.h>
 
-#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;
index 473fe39..f82bfc1 100644 (file)
@@ -8,11 +8,6 @@
 #include <Eeze.h>
 #include <Ecore_Wayland.h>
 
-#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);
index 4be0172..3bb24d7 100644 (file)
 #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);