From: Matt Zimmerman Date: Wed, 9 Feb 2005 03:43:33 +0000 (+0000) Subject: Add missing whitespace in new Debug::Acquire::gpgv output X-Git-Tag: 0.7.24ubuntu1~353 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/af45f087e2a08534d1df8ec481d2688d0fbafe7b Add missing whitespace in new Debug::Acquire::gpgv output --- diff --git a/methods/gpgv.cc b/methods/gpgv.cc index f7d16ef01..40c072b2b 100644 --- a/methods/gpgv.cc +++ b/methods/gpgv.cc @@ -101,7 +101,7 @@ const char *GPGVMethod::VerifyGetSigners(const char *file, const char *outfile, { std::cerr << "Preparing to exec: " << gpgvpath; for(unsigned int j=0;Args[j] != NULL; j++) - std::cerr << Args[j] << " "; + std::cerr << " " << Args[j]; std::cerr << std::endl; } int nullfd = open("/dev/null", O_RDONLY);