Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Add a debug information about requires added to the solver
Baptiste Daroussin committed 11 years ago
commit 1c7b00d495025a75d2f082fff10b65f2ed1b7e6c
parent 12c3db6
1 file changed +1 -0
modified libpkg/pkg_solve.c
@@ -460,6 +460,7 @@ pkg_solve_add_require_rule(struct pkg_solve_problem *problem,

	HASH_FIND_STR(problem->j->universe->provides, requirement, prhead);
	if (prhead != NULL) {
+
		pkg_debug(4, "Solver> Add require rule: %s", requirement);
		/* Require rule !A | P1 | P2 | P3 ... */
		rule = pkg_solve_rule_new(PKG_RULE_REQUIRE);
		if (rule == NULL)