diff options
-rw-r--r-- | libopkg/opkg_install.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libopkg/opkg_install.c b/libopkg/opkg_install.c index 4889ad8..88fed59 100644 --- a/libopkg/opkg_install.c +++ b/libopkg/opkg_install.c @@ -970,7 +970,7 @@ remove_obsolesced_files(pkg_t *pkg, pkg_t *old_pkg) } /* old file is obsolete */ - opkg_msg(INFO, "Removing obsolete file %s.\n", old); + opkg_msg(NOTICE, "Removing obsolete file %s.\n", old); if (!conf->noaction) { err = unlink(old); if (err) { |