missing space added to output message
authorJán Kupec <jkupec@suse.cz>
Mon, 11 Oct 2010 10:27:32 +0000 (12:27 +0200)
committerJán Kupec <jkupec@suse.cz>
Mon, 11 Oct 2010 10:27:32 +0000 (12:27 +0200)
src/RequestFeedback.cc

index ed6a7bb..53f7e1f 100644 (file)
@@ -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");