Fix log message
authorMichael Andres <ma@suse.de>
Fri, 24 Jan 2014 07:17:36 +0000 (08:17 +0100)
committerMichael Andres <ma@suse.de>
Fri, 24 Jan 2014 07:24:32 +0000 (08:24 +0100)
zypp/RepoManager.cc

index 85097dcaee2e4071c2da9783b63d7867891ebfe1..ccf6eae77f225390cc17ac81fb98b14283bd8988 100644 (file)
@@ -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;
         }