Adjust some log levels 56/139256/1
authorSangyoon Jang <jeremy.jang@samsung.com>
Tue, 18 Jul 2017 06:17:25 +0000 (15:17 +0900)
committerSangyoon Jang <jeremy.jang@samsung.com>
Tue, 18 Jul 2017 06:17:25 +0000 (15:17 +0900)
Change-Id: I92217b093c9c7151291a3e2400f2c459b99f3699
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
src/pkgmgrinfo_appinfo.c
src/pkgmgrinfo_pkginfo.c

index beb5a22..413e533 100644 (file)
@@ -761,7 +761,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 413b566..62a60d2 100644 (file)
@@ -678,7 +678,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);
@@ -807,7 +807,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);