Enhanced the dlog level to LOGI for tv profile 92/110192/3
authorWonkeun Oh <wonkeun.oh@samsung.com>
Fri, 13 Jan 2017 07:27:51 +0000 (16:27 +0900)
committerWonkeun Oh <wonkeun.oh@samsung.com>
Fri, 13 Jan 2017 08:32:04 +0000 (17:32 +0900)
Change-Id: Ibaac33fdf1d084686a3e6183a4cf2d895f003e06

src/e_mod_input_panel.c
src/e_mod_main.c
src/e_mod_main.h

index 4ce46b9..578bf27 100644 (file)
@@ -2,7 +2,6 @@
 #include "e.h"
 #include "e_mod_main.h"
 #include <input-method-server-protocol.h>
-#include <dlog.h>
 
 #ifdef LOG_TAG
 #undef LOG_TAG
index 4900bab..473fe39 100644 (file)
@@ -7,7 +7,6 @@
 #include <vconf-keys.h>
 #include <Eeze.h>
 #include <Ecore_Wayland.h>
-#include <dlog.h>
 
 #ifdef LOG_TAG
 #undef LOG_TAG
index 9fa2d05..4be0172 100644 (file)
@@ -2,6 +2,14 @@
 #define _E_MOD_MAIN_H
 
 #include "wti_log.h"
+#include <dlog.h>
+
+#ifdef _TV
+#ifdef LOGD
+# undef LOGD
+#endif
+#define LOGD LOGI
+#endif
 
 Eina_Bool   e_input_panel_init(void);
 void        e_input_panel_shutdown(void);