summaryrefslogtreecommitdiffstats
path: root/libopkg/pkg_hash.c
diff options
context:
space:
mode:
authorgraham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2009-11-15 19:19:38 (EST)
committer graham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2009-11-15 19:19:38 (EST)
commit1d5ae88a857c30dfb860cefb59fdefcfcbc1035a (patch)
tree8e788663a5a050d83d9e854ce4df2154ae6d8ec5 /libopkg/pkg_hash.c
parent9dd3216ffcf2c95e35ef097a0c8c3f2898bbde62 (diff)
Raise the required verbosity level for this message.
git-svn-id: http://opkg.googlecode.com/svn/trunk@312 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
Diffstat (limited to 'libopkg/pkg_hash.c')
-rw-r--r--libopkg/pkg_hash.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libopkg/pkg_hash.c b/libopkg/pkg_hash.c
index 62e6f0a..38e3455 100644
--- a/libopkg/pkg_hash.c
+++ b/libopkg/pkg_hash.c
@@ -325,8 +325,8 @@ pkg_t *pkg_hash_fetch_best_installation_candidate(opkg_conf_t *conf, abstract_pk
}
- if (conf->verbosity >= OPKG_NOTICE && matching_apkgs->len > 1) {
- opkg_message(conf, OPKG_NOTICE, "%s: for apkg=%s, %d matching pkgs\n",
+ if (conf->verbosity >= OPKG_INFO && matching_apkgs->len > 1) {
+ opkg_message(conf, OPKG_INFO, "%s: for apkg=%s, %d matching pkgs\n",
__FUNCTION__, apkg->name, matching_pkgs->len);
for (i = 0; i < matching_pkgs->len; i++) {
pkg_t *matching = matching_pkgs->pkgs[i];