Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Fix misprint in error message.
Vsevolod Stakhov committed 13 years ago
commit 5d6a0d10bc07e297001c198a9c3756f71344190c
parent 9b9b96b
1 file changed +1 -1
modified libpkg/pkg_jobs.c
@@ -437,7 +437,7 @@ populate_rdeps(struct pkg_jobs *j, struct pkg *p)
		if (pkg != NULL)
			continue;
		if (get_remote_pkg(j, pkg_dep_get(d, PKG_DEP_ORIGIN), MATCH_EXACT, true) != EPKG_OK) {
-
			pkg_emit_error("Missing dependency matching '%s'", pkg_dep_get(d, PKG_DEP_ORIGIN));
+
			pkg_emit_error("Missing reverse dependency matching '%s'", pkg_dep_get(d, PKG_DEP_ORIGIN));
			return (EPKG_FATAL);
		}
	}