From: Stefan Schubert Date: Mon, 18 Feb 2008 08:03:04 +0000 (+0000) Subject: wrong debug text X-Git-Tag: 6.6.0~1381 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d1d8fba3808beebd15727b5e765cf1d559cd7444;p=platform%2Fupstream%2Flibzypp.git wrong debug text --- 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() );