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 04b0b7a9f8f76becc547c2af94a471d7c1062a2c..915048f44315b40e4eeac1a65688b3f2ab4f37f4 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() );