From 111184ea84a7a844e8f21aed69025531fd13ea38 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 19 Apr 2013 10:15:44 +0200 Subject: [PATCH] xbps-pkgdb: change symlink checks to warning messages not errors. --- bin/xbps-pkgdb/check_pkg_symlinks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/xbps-pkgdb/check_pkg_symlinks.c b/bin/xbps-pkgdb/check_pkg_symlinks.c index 6ac0d2fa..06a86b83 100644 --- a/bin/xbps-pkgdb/check_pkg_symlinks.c +++ b/bin/xbps-pkgdb/check_pkg_symlinks.c @@ -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;