Raise the required verbosity level for this message.
authorgraham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>
Mon, 16 Nov 2009 00:19:38 +0000 (00:19 +0000)
committergraham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>
Mon, 16 Nov 2009 00:19:38 +0000 (00:19 +0000)
git-svn-id: http://opkg.googlecode.com/svn/trunk@312 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358

libopkg/pkg_hash.c

index 62e6f0acdda5212ff816eeb1da37d5bbab9c2c54..38e3455017ac8fa7f5931eddd782a33bf593a738 100644 (file)
@@ -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];
                       __FUNCTION__, apkg->name, matching_pkgs->len);
          for (i = 0; i < matching_pkgs->len; i++) {
               pkg_t *matching = matching_pkgs->pkgs[i];