From: Ján Kupec Date: Mon, 11 Oct 2010 10:27:32 +0000 (+0200) Subject: missing space added to output message X-Git-Tag: 1.5.0~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b153a9427382d55b99141cb63c4dceed7f3517d9;p=platform%2Fupstream%2Fzypper.git missing space added to output message --- diff --git a/src/RequestFeedback.cc b/src/RequestFeedback.cc index ed6a7bb..53f7e1f 100644 --- a/src/RequestFeedback.cc +++ b/src/RequestFeedback.cc @@ -164,6 +164,7 @@ string SolverRequester::Feedback::asUserString( Zypper::instance()->config().show_alias ? _objsel->repoInfo().alias().c_str() : _objsel->repoInfo().name().c_str()); + msg << " "; msg << str::form( // translators: %s = "--force" _("Use '%s' to force installation of the package."), "--force");