X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fpkgmgrinfo_pkginfo.c;h=62a60d25abcbef11e256c1327f88b0b53fd21d51;hb=443aa48ebf06ba49a45e525ed5fdb07c992a3bd3;hp=a9ba8db81d6635089251af7f71877c2af96d8e02;hpb=296b836f2187cedf267ad21b78aea105d6ba6e7e;p=platform%2Fcore%2Fappfw%2Fpkgmgr-info.git diff --git a/src/pkgmgrinfo_pkginfo.c b/src/pkgmgrinfo_pkginfo.c index a9ba8db..62a60d2 100644 --- a/src/pkgmgrinfo_pkginfo.c +++ b/src/pkgmgrinfo_pkginfo.c @@ -385,7 +385,7 @@ static int _pkginfo_get_packages(uid_t uid, const char *locale, ret = __open_db(dbpath, &db, SQLITE_OPEN_READONLY); if (ret != SQLITE_OK) { - _LOGD("failed to open db: %d", ret); + _LOGD("failed to open db(%s): %d", dbpath, ret); free(dbpath); return PMINFO_R_ERROR; } @@ -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);