xbps-pkgdb: change symlink checks to warning messages not errors.

This commit is contained in:
Juan RP 2013-04-19 10:15:44 +02:00
parent 5fd7565e6c
commit 111184ea84

View File

@ -146,7 +146,7 @@ check_pkg_symlinks(struct xbps_handle *xhp, const char *pkgname, void *arg)
}
if (rv) {
xbps_error_printf("%s: modified symlink %s "
xbps_warn_printf("%s: modified symlink %s "
"points to %s (shall be %s)\n",
pkgname, file, lnk, tgt);
broken = true;