From 43353e371d8e6025f418da40070e435737db3fee Mon Sep 17 00:00:00 2001 From: Michael Schroeder Date: Sat, 20 Jun 2009 14:39:52 +0200 Subject: - make debug output better --- tools/findfileconflicts.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tools/findfileconflicts.c') diff --git a/tools/findfileconflicts.c b/tools/findfileconflicts.c index 4bd41d6..a7286ab 100644 --- a/tools/findfileconflicts.c +++ b/tools/findfileconflicts.c @@ -61,9 +61,14 @@ int main() pool_setdebuglevel(pool, 0); Solver *solv = solver_create(pool); solv->fixsystem = 1; +#if 0 + solv->allowuninstall = 1; +#endif solver_solve(solv, &job); if (solv->problems.count) solver_printallsolutions(solv); + else + solver_printtransaction(solv); queue_free(&job); solver_free(solv); } -- cgit v1.2.3