From: Wonnam Jang Date: Sun, 3 Dec 2017 23:51:02 +0000 (+0900) Subject: Fix wrong format for dlog X-Git-Tag: accepted/tizen/unified/20180228.071749~28 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Ftts.git;a=commitdiff_plain;h=cc804b66117f689c705070026f200f12413faec6 Fix wrong format for dlog Change-Id: Id7aa01ab118e4326049adabef62743447d4567df Signed-off-by: Wonnam Jang --- diff --git a/engine-parser/src/tts-engine-parser.c b/engine-parser/src/tts-engine-parser.c index 237aa79..42414fc 100644 --- a/engine-parser/src/tts-engine-parser.c +++ b/engine-parser/src/tts-engine-parser.c @@ -734,8 +734,6 @@ int PKGMGR_MDPARSER_PLUGIN_UNINSTALL(const char *pkgid, const char *appid, GList g_user_type = g_strdup("admin"); LOGD("[DEBUG] g_user_type: %s (%d)", g_user_type, globalapp_uid); } else { - LOGD("[DEBUG] globalapp_uid(%d)", globalapp_uid); - g_guser = gum_user_get_sync(g_uid, FALSE); if (NULL == g_guser) { LOGE("[ERROR] g_guser is NULL"); @@ -745,7 +743,7 @@ int PKGMGR_MDPARSER_PLUGIN_UNINSTALL(const char *pkgid, const char *appid, GList g_object_get(G_OBJECT(g_guser), "usertype", &g_ut, NULL); g_user_type = g_strdup(gum_user_type_to_string(g_ut)); - LOGD("[DEBUG] g_guser(%s), g_ut(%s), g_user_type(%s)", g_guser, g_ut, g_user_type); + LOGD("[DEBUG] g_user_type: %s (%d)", g_user_type, globalapp_uid); } if (NULL == g_user_type) {