X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/c0f3bde3e0cf33b9134fae8289aa651f7f1866b1..0f56b51e125d24cf5af68459077ad1b682743bc2:/methods/gpgv.cc diff --git a/methods/gpgv.cc b/methods/gpgv.cc index 02fb8c356..7e8500c51 100644 --- a/methods/gpgv.cc +++ b/methods/gpgv.cc @@ -160,7 +160,7 @@ string GPGVMethod::VerifyGetSigners(const char *file, const char *outfile, waitpid(pid, &status, 0); if (Debug == true) { - std::clog << "apt-key exited\n"; + ioprintf(std::clog, "gpgv exited with status %i\n", WEXITSTATUS(status)); } if (WEXITSTATUS(status) == 0)