summaryrefslogtreecommitdiff
path: root/methods/gpgv.cc
diff options
context:
space:
mode:
authorMatt Zimmerman <matt.zimmerman@canonical.com>2005-02-09 03:43:33 +0000
committerMatt Zimmerman <matt.zimmerman@canonical.com>2005-02-09 03:43:33 +0000
commitaf45f087e2a08534d1df8ec481d2688d0fbafe7b (patch)
treef8e7ce83399c30da485263f3560150e874576c6f /methods/gpgv.cc
parent030f53710cd396ee6e716cc4d5791537581814bb (diff)
Add missing whitespace in new Debug::Acquire::gpgv output
Diffstat (limited to 'methods/gpgv.cc')
-rw-r--r--methods/gpgv.cc2
1 files changed, 1 insertions, 1 deletions
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);