Adjust some log levels 25/139425/2
authorSangyoon Jang <jeremy.jang@samsung.com>
Tue, 18 Jul 2017 06:17:25 +0000 (15:17 +0900)
committerjongmyeong ko <jongmyeong.ko@samsung.com>
Thu, 20 Jul 2017 00:46:06 +0000 (00:46 +0000)
Change-Id: I92217b093c9c7151291a3e2400f2c459b99f3699
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
(cherry picked from commit 443aa48ebf06ba49a45e525ed5fdb07c992a3bd3)

src/pkgmgrinfo_appinfo.c
src/pkgmgrinfo_pkginfo.c

index 5ff6cbb..27ae4eb 100644 (file)
@@ -760,7 +760,7 @@ static int _pkgmgrinfo_get_appinfo(const char *appid, uid_t uid,
                                PMINFO_APPINFO_GET_ALL, list);
 
        if (!g_hash_table_size(list)) {
-               _LOGI("appinfo for [%s] is not existed for user [%d]",
+               _LOGD("appinfo for [%s] is not existed for user [%d]",
                                appid, uid);
                g_hash_table_destroy(list);
                free(locale);
index ed33d7c..9392743 100644 (file)
@@ -680,7 +680,7 @@ static int _pkgmgrinfo_get_pkginfo(const char *pkgid, uid_t uid,
                                PMINFO_PKGINFO_GET_ALL, list);
 
        if (!g_hash_table_size(list)) {
-               _LOGI("pkginfo for [%s] is not existed for user [%d]",
+               _LOGD("pkginfo for [%s] is not existed for user [%d]",
                                pkgid, uid);
                g_hash_table_destroy(list);
                free(locale);
@@ -809,7 +809,7 @@ API int pkgmgrinfo_pkginfo_get_usr_disabled_pkginfo(const char *pkgid,
        }
 
        if (!g_hash_table_size(list)) {
-               _LOGI("disabled pkginfo for [%s] is not existed for user [%d]",
+               _LOGD("disabled pkginfo for [%s] is not existed for user [%d]",
                                pkgid, uid);
                g_hash_table_destroy(list);
                free(locale);