From 2acc1ac6c8763db313dd77612c5c43fdeb3284e0 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Fri, 25 Sep 2015 20:01:38 +0900 Subject: [PATCH] Fix dlog tag name Change-Id: I6b2cb653b081ba1aef28f4a0f9383da1613673e0 --- ism/src/scim_panel_agent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ism/src/scim_panel_agent.cpp b/ism/src/scim_panel_agent.cpp index 5220098..023ce3e 100644 --- a/ism/src/scim_panel_agent.cpp +++ b/ism/src/scim_panel_agent.cpp @@ -71,7 +71,7 @@ #ifdef LOG_TAG # undef LOG_TAG #endif -#define LOG_TAG "ISF_PANEL_AGENT" +#define LOG_TAG "ISF_PANEL_EFL" #define MIN_REPEAT_TIME 2.0 -- 2.7.4