projects
/
platform
/
upstream
/
libzypp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c3d0e4
)
log resolvable kind if its not a package
author
Klaus Kaempf
<kkaempf@suse.de>
Thu, 10 Aug 2006 15:02:26 +0000
(15:02 +0000)
committer
Klaus Kaempf
<kkaempf@suse.de>
Thu, 10 Aug 2006 15:02:26 +0000
(15:02 +0000)
testsuite/solver/src/deptestomatic.cc
patch
|
blob
|
history
diff --git
a/testsuite/solver/src/deptestomatic.cc
b/testsuite/solver/src/deptestomatic.cc
index 94c34c383f82e96f3e40478ff9d90657eb86c075..5d09c33bc13ff0f2fbb58f8c7969e4befb72087e 100644
(file)
--- a/
testsuite/solver/src/deptestomatic.cc
+++ b/
testsuite/solver/src/deptestomatic.cc
@@
-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);