From 443aa48ebf06ba49a45e525ed5fdb07c992a3bd3 Mon Sep 17 00:00:00 2001 From: Sangyoon Jang Date: Tue, 18 Jul 2017 15:17:25 +0900 Subject: [PATCH] Adjust some log levels Change-Id: I92217b093c9c7151291a3e2400f2c459b99f3699 Signed-off-by: Sangyoon Jang --- src/pkgmgrinfo_appinfo.c | 2 +- src/pkgmgrinfo_pkginfo.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pkgmgrinfo_appinfo.c b/src/pkgmgrinfo_appinfo.c index beb5a22..413e533 100644 --- a/src/pkgmgrinfo_appinfo.c +++ b/src/pkgmgrinfo_appinfo.c @@ -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); diff --git a/src/pkgmgrinfo_pkginfo.c b/src/pkgmgrinfo_pkginfo.c index 413b566..62a60d2 100644 --- a/src/pkgmgrinfo_pkginfo.c +++ b/src/pkgmgrinfo_pkginfo.c @@ -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); -- 2.7.4