summaryrefslogtreecommitdiffstats
path: root/libopkg
diff options
context:
space:
mode:
authorgraham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2009-11-26 23:09:26 (EST)
committer graham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2009-11-26 23:09:26 (EST)
commit65744fa1522751906c5cfb93e67137fc98103e91 (patch)
treedd655e17d962c43dc838f47d63257c5b001f74b8 /libopkg
parentbd1c5142701e7cdd2176a951feabdf852f3ead57 (diff)
Be slightly less verbose by default.
git-svn-id: http://opkg.googlecode.com/svn/trunk@394 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
Diffstat (limited to 'libopkg')
-rw-r--r--libopkg/opkg_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libopkg/opkg_cmd.c b/libopkg/opkg_cmd.c
index 572d8b7..c9489d3 100644
--- a/libopkg/opkg_cmd.c
+++ b/libopkg/opkg_cmd.c
@@ -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);
}