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 578bf27f8390cba8bd8489340acaf49e94fe970f..09b40b374f7a5c80417f04a9ae94f865c4c0dd36 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 473fe392274726d917d4f95d4cbb175752649a4a..f82bfc193dc352b596b5330940c2682d7f141238 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 4be017247a6293736e4de4af054c4f3e15b3eb60..3bb24d75889f4191d22ab9d2bfc675e56f28cebf 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);