From: Michael Schroeder Date: Wed, 24 Apr 2013 15:29:43 +0000 (+0200) Subject: solverdebug: add solver_get_orphaned call that somehow got lost X-Git-Tag: BASE-SuSE-Code-12_3-Branch~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cfb96910e7abc8aae0ee5a94e304ff72c6662e9;p=thirdparty%2Flibsolv.git solverdebug: add solver_get_orphaned call that somehow got lost --- diff --git a/src/solverdebug.c b/src/solverdebug.c index 4b907eeb..9053883d 100644 --- a/src/solverdebug.c +++ b/src/solverdebug.c @@ -288,6 +288,7 @@ solver_printdecisions(Solver *solv) queue_init(&suggestions); queue_init(&orphaned); solver_get_recommendations(solv, &recommendations, &suggestions, 0); + solver_get_orphaned(solv, &orphaned); if (recommendations.count) { POOL_DEBUG(SOLV_DEBUG_RESULT, "recommended packages:\n");