From: sooyeon.kim Date: Fri, 16 Jun 2017 06:50:09 +0000 (+0900) Subject: Fix MIC error X-Git-Tag: accepted/tizen/unified/20170616.154313^0 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fstt.git;a=commitdiff_plain;h=dfe871064967b44fe2a674db27d1efddb41b5584 Fix MIC error Change-Id: I10ac1a85f8f209a6bc4639a23752452f707c13ad Signed-off-by: sooyeon.kim --- diff --git a/engine-parser/src/stt-engine-parser.c b/engine-parser/src/stt-engine-parser.c index 8c4b201..c62ddac 100644 --- a/engine-parser/src/stt-engine-parser.c +++ b/engine-parser/src/stt-engine-parser.c @@ -518,11 +518,11 @@ int PKGMGR_MDPARSER_PLUGIN_INSTALL(const char *pkgid, const char *appid, GList * g_strfreev(query); if (!users) { - LOGE("Failed to get gum user list"); + LOGD("NO users"); g_object_unref(gus); gus = NULL; G_FREE(g_user_type) - return -1; + return 0; } /* Make new user list */ @@ -764,11 +764,11 @@ int PKGMGR_MDPARSER_PLUGIN_UNINSTALL(const char *pkgid, const char *appid, GList g_strfreev(query); if (!users) { - LOGE("Failed to get gum user list"); + LOGD("NO users"); g_object_unref(gus); gus = NULL; G_FREE(g_user_type) - return -1; + return 0; } /* Make new user list */