]> git.saurik.com Git - apt.git/blobdiff - methods/gpgv.cc
really move clearsign check into pkgAcqMetaClearSig::Done()
[apt.git] / methods / gpgv.cc
index ae521a2edbd6d831e6a1ecf52d20f080f306133a..30fd217bde9a382d709fa034ff366e3ef9a15de2 100644 (file)
@@ -159,7 +159,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)