Fix MIC error 70/134370/2 accepted/tizen/unified/20170616.154312 submit/tizen/20170616.072419
authorsooyeon.kim <sooyeon.kim@samsung.com>
Fri, 16 Jun 2017 06:50:36 +0000 (15:50 +0900)
committersooyeon.kim <sooyeon.kim@samsung.com>
Fri, 16 Jun 2017 06:59:30 +0000 (15:59 +0900)
Change-Id: Ifdf42ea2de19c36b2d2aec249f3fd9ab0d733e7c
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
engine-parser/src/tts-engine-parser.c

index fe4a4e5..6767809 100644 (file)
@@ -542,11 +542,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 */
@@ -788,11 +788,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 */