logging additional vendor
authorStefan Schubert <schubi@suse.de>
Fri, 7 Sep 2007 10:02:12 +0000 (10:02 +0000)
committerStefan Schubert <schubi@suse.de>
Fri, 7 Sep 2007 10:02:12 +0000 (10:02 +0000)
zypp/solver/detail/QueueItemRequire.cc

index 1372bb5..6412edd 100644 (file)
@@ -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) {