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
(from parent 1:
d4178aa
)
wrong debug text
author
Stefan Schubert
<schubi@suse.de>
Mon, 18 Feb 2008 08:03:04 +0000
(08:03 +0000)
committer
Stefan Schubert
<schubi@suse.de>
Mon, 18 Feb 2008 08:03:04 +0000
(08:03 +0000)
zypp/solver/detail/ResolverUpgrade.cc
patch
|
blob
|
history
diff --git
a/zypp/solver/detail/ResolverUpgrade.cc
b/zypp/solver/detail/ResolverUpgrade.cc
index 04b0b7a9f8f76becc547c2af94a471d7c1062a2c..915048f44315b40e4eeac1a65688b3f2ab4f37f4 100644
(file)
--- a/
zypp/solver/detail/ResolverUpgrade.cc
+++ b/
zypp/solver/detail/ResolverUpgrade.cc
@@
-447,7
+447,7
@@
Resolver::doUpgrade( UpgradeStatistics & opt_stats_r )
} else if ( provider.status().isToBeUninstalled() ) {
MIL << " IGNORE relation match (package is tagged to delete): " << provider << endl;
} else if ( provider.status().isInstalled() ) {
- MIL << " IGNORE relation match (package is
tagged to delete
): " << provider << endl;
+ MIL << " IGNORE relation match (package is
installed
): " << provider << endl;
}
else {
FindMap::iterator it = providersMap.find( provider->name() );