From: Sangyoon Jang Date: Tue, 18 Jul 2017 06:17:25 +0000 (+0900) Subject: Adjust some log levels X-Git-Tag: accepted/tizen/unified/20170724.020231~4 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fappfw%2Fpkgmgr-info.git;a=commitdiff_plain;h=443aa48ebf06ba49a45e525ed5fdb07c992a3bd3 Adjust some log levels Change-Id: I92217b093c9c7151291a3e2400f2c459b99f3699 Signed-off-by: Sangyoon Jang --- 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);