]> git.saurik.com Git - apt.git/blobdiff - methods/gpgv.cc
update test
[apt.git] / methods / gpgv.cc
index 02fb8c356fcc14d96df066237acfb07584b0b888..7e8500c51b865f74bf230bc9881582f653ee2d8a 100644 (file)
@@ -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)