Be slightly less verbose by default.
authorgraham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>
Fri, 27 Nov 2009 04:09:26 +0000 (04:09 +0000)
committergraham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>
Fri, 27 Nov 2009 04:09:26 +0000 (04:09 +0000)
git-svn-id: http://opkg.googlecode.com/svn/trunk@394 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358

libopkg/opkg_cmd.c

index 572d8b7cb90793475bf519064e4802a37f082885..c9489d309b2f21429356dc4608327ae4141d506e 100644 (file)
@@ -758,7 +758,7 @@ static int opkg_info_status_cmd(opkg_conf_t *conf, int argc, char **argv, int in
                    conffile_t *cf = (conffile_t *)iter->data;
                    int modified = conffile_has_been_modified(conf, cf);
                    if (cf->value)
-                       opkg_message(conf, OPKG_NOTICE,
+                       opkg_message(conf, OPKG_INFO,
                                "conffile=%s md5sum=%s modified=%d\n",
                                 cf->name, cf->value, modified);
               }