From 1adecc096dcec76c2114cbec4ac138e8845c94b4 Mon Sep 17 00:00:00 2001 From: Stefan Schubert Date: Wed, 14 Mar 2007 13:24:19 +0000 Subject: [PATCH] - reducing logging (error -> debug) bug 252921 - find resolvable for atom which has >= edition --- zypp/ui/PatchContentsImpl.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zypp/ui/PatchContentsImpl.cc b/zypp/ui/PatchContentsImpl.cc index 4920abf..64e6c20 100644 --- a/zypp/ui/PatchContentsImpl.cc +++ b/zypp/ui/PatchContentsImpl.cc @@ -49,7 +49,7 @@ namespace zypp // DBG << "Found " << (*atom_it)->name() << " " << (*foundNames)->edition().asString() << endl; if ( ! isKind( (*foundNames).resolvable() ) && - (*atom_it)->edition() == (*foundNames)->edition() && + (*atom_it)->edition() <= (*foundNames)->edition() && (*atom_it)->arch() == (*foundNames)->arch() ) { found = true; @@ -77,7 +77,7 @@ namespace zypp continue; } - ERR << "No resolvable for patch atom in pool: " + DBG << "No resolvable for patch atom in pool: " << (*atom_it)->name() << "-" << (*atom_it)->edition() << " arch: " << (*atom_it)->arch().asString() << endl; -- 2.7.4