]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-download.cc
show globalerrors before asking for confirmation
[apt.git] / apt-private / private-download.cc
index 1ae0f4a0eb679f833956cd32b3ae47d4d4553679..4ffe78b24234cad292c8af246d26491eb3330927 100644 (file)
@@ -66,8 +66,7 @@ bool AuthPrompt(std::vector<std::string> const &UntrustedList, bool const Prompt
    if (_config->FindI("quiet",0) < 2
        && _config->FindB("APT::Get::Assume-Yes",false) == false)
    {
    if (_config->FindI("quiet",0) < 2
        && _config->FindB("APT::Get::Assume-Yes",false) == false)
    {
-      c2out << _("Install these packages without verification?") << std::flush;
-      if (!YnPrompt(false))
+      if (!YnPrompt(_("Install these packages without verification?"), false))
          return _error->Error(_("Some packages could not be authenticated"));
 
       return true;
          return _error->Error(_("Some packages could not be authenticated"));
 
       return true;