compile
authorDuncan Mac-Vicar P <dmacvicar@suse.de>
Tue, 24 Jul 2007 12:35:01 +0000 (12:35 +0000)
committerDuncan Mac-Vicar P <dmacvicar@suse.de>
Tue, 24 Jul 2007 12:35:01 +0000 (12:35 +0000)
zypp/repo/RepoProvideFile.cc

index 27b38c5..f126b19 100644 (file)
@@ -138,9 +138,9 @@ namespace zypp
         }
       } // iteration over urls
 
-      ZYPP_THROW(Exception(str::form(_("Can't provide file %s from repository %s",
+      ZYPP_THROW(Exception(str::form(_("Can't provide file %s from repository %s"),
                                        loc_r.filename().c_str(),
-                                       info.alias().c_str() ) ) ) );
+                                       info.alias().c_str() ) ) );
       
       return ManagedFile(); // not reached
     }