summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);