diff options
author | Matt Zimmerman <matt.zimmerman@canonical.com> | 2005-02-09 03:43:33 +0000 |
---|---|---|
committer | Matt Zimmerman <matt.zimmerman@canonical.com> | 2005-02-09 03:43:33 +0000 |
commit | af45f087e2a08534d1df8ec481d2688d0fbafe7b (patch) | |
tree | f8e7ce83399c30da485263f3560150e874576c6f /methods/gpgv.cc | |
parent | 030f53710cd396ee6e716cc4d5791537581814bb (diff) |
Add missing whitespace in new Debug::Acquire::gpgv output
Diffstat (limited to 'methods/gpgv.cc')
-rw-r--r-- | methods/gpgv.cc | 2 |
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); |