Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
check: clarify the error message:
Baptiste Daroussin committed 18 days ago
commit a0c509ea128228316c962505480f344acfeed232
parent 63ca2f2
1 file changed +1 -1
modified src/check.c
@@ -72,7 +72,7 @@ check_deps(struct pkgdb *db, struct pkg *p, charv_t *dh, bool noinstall, xstring
		if (quiet)
			pkg_fprintf(out->fp, "%n\t%S\n", p, buf);
		else
-
			pkg_fprintf(out->fp, "%n is missing a required shared library: %S\n",
+
			pkg_fprintf(out->fp, "%n depends on a missing or unregistered shared library: %S\n",
			    p, buf);
	}
	free(slit);