summaryrefslogtreecommitdiffstats
path: root/libopkg
diff options
context:
space:
mode:
authorgraham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2010-03-04 17:48:08 (EST)
committer graham.gower <graham.gower@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2010-03-04 17:48:08 (EST)
commitc047b9ed89fa790806450825d5b725a2b1c13d5c (patch)
treeabbf5ad053a72a4cae779b732ae556793f7ee70a /libopkg
parent631201787e18b0e6b0d4e619d3830ecf37ec1166 (diff)
Upgrade message from NOTICE to ERROR.
Koen pointed out that this information is important enough for users that it should be deferred until the end of the output, so that its not lost in a small scroll buffer. git-svn-id: http://opkg.googlecode.com/svn/trunk@526 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
Diffstat (limited to 'libopkg')
-rw-r--r--libopkg/opkg_install.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libopkg/opkg_install.c b/libopkg/opkg_install.c
index 484c9e9..9f1dbac 100644
--- a/libopkg/opkg_install.c
+++ b/libopkg/opkg_install.c
@@ -1103,7 +1103,7 @@ resolve_conffiles(pkg_t *pkg)
} else {
char *new_conffile;
sprintf_alloc(&new_conffile, "%s-opkg", root_filename);
- opkg_msg(NOTICE, "Existing conffile %s "
+ opkg_msg(ERROR, "Existing conffile %s "
"is different from the conffile in the new package."
" The new conffile will be placed at %s.\n",
root_filename, new_conffile);