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:
c5fa6a9
)
logging additional vendor
author
Stefan Schubert
<schubi@suse.de>
Fri, 7 Sep 2007 10:02:12 +0000
(10:02 +0000)
committer
Stefan Schubert
<schubi@suse.de>
Fri, 7 Sep 2007 10:02:12 +0000
(10:02 +0000)
zypp/solver/detail/QueueItemRequire.cc
patch
|
blob
|
history
diff --git
a/zypp/solver/detail/QueueItemRequire.cc
b/zypp/solver/detail/QueueItemRequire.cc
index
1372bb5
..
6412edd
100644
(file)
--- a/
zypp/solver/detail/QueueItemRequire.cc
+++ b/
zypp/solver/detail/QueueItemRequire.cc
@@
-224,7
+224,7
@@
struct RequireProcess
&& !VendorAttr::instance().equivalent(provider->vendor(), upgrades->vendor())) {
// checking if there is already an ignore
MIL << "provider " << provider << " has ANOTHER vendor '" << provider->vendor() << "' than the updated item "
- << upgrades << endl;
+ << upgrades <<
"(vendor: " << upgrades->vendor() << ")" <<
endl;
PoolItemList ignore = _context->getIgnoreVendorItem();
PoolItemList::iterator it;
for (it = ignore.begin(); it != ignore.end(); ++it) {