wrong debug text
authorStefan Schubert <schubi@suse.de>
Mon, 18 Feb 2008 08:03:04 +0000 (08:03 +0000)
committerStefan Schubert <schubi@suse.de>
Mon, 18 Feb 2008 08:03:04 +0000 (08:03 +0000)
zypp/solver/detail/ResolverUpgrade.cc

index 04b0b7a..915048f 100644 (file)
@@ -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() );