From: Duncan Mac-Vicar P Date: Tue, 24 Jul 2007 12:35:01 +0000 (+0000) Subject: compile X-Git-Tag: BASE-SuSE-Linux-10_3-Branch~496 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b4287727b001cecae679a001871a798efb4f3ce7;p=platform%2Fupstream%2Flibzypp.git compile --- diff --git a/zypp/repo/RepoProvideFile.cc b/zypp/repo/RepoProvideFile.cc index 27b38c5..f126b19 100644 --- a/zypp/repo/RepoProvideFile.cc +++ b/zypp/repo/RepoProvideFile.cc @@ -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 }