From 964e732ec8c02610abc401b95f18b6a1f8663a65 Mon Sep 17 00:00:00 2001 From: Klaus Kaempf Date: Fri, 7 Apr 2006 16:37:49 +0000 Subject: [PATCH] provide more detail on errors (#162994) --- zypp/solver/detail/Resolver_problems.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zypp/solver/detail/Resolver_problems.cc b/zypp/solver/detail/Resolver_problems.cc index 9f771c0..0c357b1 100644 --- a/zypp/solver/detail/Resolver_problems.cc +++ b/zypp/solver/detail/Resolver_problems.cc @@ -235,7 +235,7 @@ Resolver::problems (void) const DBG << "Problem: " << *info; DBG << "; Evaluate solutions..." << endl; - string who = item->name(); + string who = ResolverInfo::toString( item ); string what; string details; switch (info->type()) { -- 2.7.4