Fix wrong format for dlog 88/162488/1
authorWonnam Jang <wn.jang@samsung.com>
Sun, 3 Dec 2017 23:51:02 +0000 (08:51 +0900)
committerWonnam Jang <wn.jang@samsung.com>
Sun, 3 Dec 2017 23:51:34 +0000 (08:51 +0900)
Change-Id: Id7aa01ab118e4326049adabef62743447d4567df
Signed-off-by: Wonnam Jang <wn.jang@samsung.com>
engine-parser/src/tts-engine-parser.c

index 237aa79..42414fc 100644 (file)
@@ -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) {