log resolvable kind if its not a package
authorKlaus Kaempf <kkaempf@suse.de>
Thu, 10 Aug 2006 15:02:26 +0000 (15:02 +0000)
committerKlaus Kaempf <kkaempf@suse.de>
Thu, 10 Aug 2006 15:02:26 +0000 (15:02 +0000)
testsuite/solver/src/deptestomatic.cc

index 94c34c383f82e96f3e40478ff9d90657eb86c075..5d09c33bc13ff0f2fbb58f8c7969e4befb72087e 100644 (file)
@@ -1244,7 +1244,7 @@ parse_xml_trial (XmlNode_Ptr node, const ResPool & pool)
 
            poolItem = get_poolItem (source_alias, name, kind_name);
            if (poolItem) {
-               RESULT << "Installing " << name << " from channel " << source_alias << endl;;
+               RESULT << "Installing " << ((poolItem->kind() != ResTraits<zypp::Package>::kind) ? (poolItem->kind().asString() + ":") : "") << name << " from channel " << source_alias << endl;;
                poolItem.status().setToBeInstalled(ResStatus::USER);
                if (!soft.empty())
                    poolItem.status().setSoftInstall(true);