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

index 0a8423b..b4aa7a1 100644 (file)
@@ -264,7 +264,8 @@ namespace zypp
       } // iteration over urls
 
       ZYPP_THROW(Exception(str::form(_("Can't provide file %s from repository %s"),
-                                       info.alias().c_str() ) ) );
+                                     loc_r.filename().c_str(),
+                                     info.alias().c_str() ) ) );
       
       return ManagedFile(); // not reached
     }