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:
393541d
)
Fix log message
author
Michael Andres
<ma@suse.de>
Fri, 24 Jan 2014 07:17:36 +0000
(08:17 +0100)
committer
Michael Andres
<ma@suse.de>
Fri, 24 Jan 2014 07:24:32 +0000
(08:24 +0100)
zypp/RepoManager.cc
patch
|
blob
|
history
diff --git
a/zypp/RepoManager.cc
b/zypp/RepoManager.cc
index 85097dcaee2e4071c2da9783b63d7867891ebfe1..ccf6eae77f225390cc17ac81fb98b14283bd8988 100644
(file)
--- a/
zypp/RepoManager.cc
+++ b/
zypp/RepoManager.cc
@@
-178,9
+178,9
@@
namespace zypp
&& repo.targetDistribution() != targetDistro)
{
MIL
- << "Skipping repository meant for '" <<
targetDistro
+ << "Skipping repository meant for '" <<
repo.targetDistribution()
<< "' distribution (current distro is '"
- <<
repo.targetDistribution()
<< "')." << endl;
+ <<
targetDistro
<< "')." << endl;
return true;
}