Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
show local/remote pkg, instead of remote/local
Andrej Zverev committed 10 years ago
commit 9e004bf5c58977f7ba765e190cd3a711cf621016
parent 90f2d58
1 file changed +2 -2
modified libpkg/pkg_solve.c
@@ -234,8 +234,8 @@ pkg_print_rule_sbuf(struct pkg_solve_rule *rule, struct sbuf *sb)
		break;
	case PKG_RULE_UPGRADE_CONFLICT:
		sbuf_printf(sb, "upgrade local %s-%s to remote %s-%s",
-
			it->next->var->uid, it->next->var->unit->pkg->version,
-
			it->var->uid, it->var->unit->pkg->version);
+
			it->var->uid, it->var->unit->pkg->version,
+
			it->next->var->uid, it->next->var->unit->pkg->version);
		break;
	case PKG_RULE_EXPLICIT_CONFLICT:
		sbuf_printf(sb, "The following packages conflict with each other: ");