]> git.saurik.com Git - apt.git/blobdiff - methods/gpgv.cc
Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-trans
[apt.git] / methods / gpgv.cc
index 4071cbac6d76ac5de9e8ce6432deb447f4991c9a..72e4c798706595ee97968f918bb700a64c81a9f4 100644 (file)
@@ -160,7 +160,7 @@ string GPGVMethod::VerifyGetSigners(const char *file, const char *outfile,
    waitpid(pid, &status, 0);
    if (Debug == true)
    {
-      std::clog << "gpgv exited\n";
+      ioprintf(std::clog, "gpgv exited with status %i\n", WEXITSTATUS(status));
    }
    
    if (WEXITSTATUS(status) == 0)