From d1d8fba3808beebd15727b5e765cf1d559cd7444 Mon Sep 17 00:00:00 2001 From: Stefan Schubert Date: Mon, 18 Feb 2008 08:03:04 +0000 Subject: [PATCH] wrong debug text --- zypp/solver/detail/ResolverUpgrade.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zypp/solver/detail/ResolverUpgrade.cc b/zypp/solver/detail/ResolverUpgrade.cc index 04b0b7a9f..915048f44 100644 --- a/zypp/solver/detail/ResolverUpgrade.cc +++ b/zypp/solver/detail/ResolverUpgrade.cc @@ -447,7 +447,7 @@ Resolver::doUpgrade( UpgradeStatistics & opt_stats_r ) } else if ( provider.status().isToBeUninstalled() ) { MIL << " IGNORE relation match (package is tagged to delete): " << provider << endl; } else if ( provider.status().isInstalled() ) { - MIL << " IGNORE relation match (package is tagged to delete): " << provider << endl; + MIL << " IGNORE relation match (package is installed): " << provider << endl; } else { FindMap::iterator it = providersMap.find( provider->name() ); -- 2.34.1