]> git.saurik.com Git - apt.git/blobdiff - apt-private/private-download.cc
private-show: Get rid of old policy support code
[apt.git] / apt-private / private-download.cc
index 89d0a50c7c29be840191ab742b06e7732aed2c33..1ae0f4a0eb679f833956cd32b3ae47d4d4553679 100644 (file)
@@ -109,7 +109,7 @@ bool AcquireRun(pkgAcquire &Fetcher, int const PulseInterval, bool * const Failu
       uri.User.clear();
       uri.Password.clear();
       std::string descUri = std::string(uri);
-      _error->Error(_("Failed to fetch %s  %s\n"), descUri.c_str(),
+      _error->Error(_("Failed to fetch %s  %s"), descUri.c_str(),
            (*I)->ErrorText.c_str());
 
       if (Failure != NULL)