]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire-item.cc
drop extra newline in 'Failed to fetch' and 'GPG error' message
[apt.git] / apt-pkg / acquire-item.cc
index 0a7e0e11f583211803052ff070e418d5686fb5e2..3ed52dbf2e58bbad12987ac2c6d54f447d6864cd 100644 (file)
@@ -790,7 +790,7 @@ bool pkgAcqMetaBase::CheckStopAuthentication(pkgAcquire::Item * const I, const s
       _error->Warning(_("An error occurred during the signature "
                         "verification. The repository is not updated "
                         "and the previous index files will be used. "
-                        "GPG error: %s: %s\n"),
+                        "GPG error: %s: %s"),
                       Desc.Description.c_str(),
                       LookupTag(Message,"Message").c_str());
       RunScripts("APT::Update::Auth-Failure");