From 598af095d6621a84f8094a62e349362ca2a2ce4b Mon Sep 17 00:00:00 2001 From: Duncan Mac-Vicar P Date: Tue, 24 Jul 2007 14:13:52 +0000 Subject: [PATCH] - ups, compile --- zypp/repo/RepoProvideFile.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zypp/repo/RepoProvideFile.cc b/zypp/repo/RepoProvideFile.cc index 0a8423b..b4aa7a1 100644 --- a/zypp/repo/RepoProvideFile.cc +++ b/zypp/repo/RepoProvideFile.cc @@ -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 } -- 2.7.4