Fix MIC error 67/134367/2 accepted/tizen/unified/20170616.154313 submit/tizen/20170616.072419
authorsooyeon.kim <sooyeon.kim@samsung.com>
Fri, 16 Jun 2017 06:50:09 +0000 (15:50 +0900)
committersooyeon.kim <sooyeon.kim@samsung.com>
Fri, 16 Jun 2017 06:58:30 +0000 (15:58 +0900)
Change-Id: I10ac1a85f8f209a6bc4639a23752452f707c13ad
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
engine-parser/src/stt-engine-parser.c

index 8c4b201..c62ddac 100644 (file)
@@ -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 */