add debug message
authorroot <devnull@localhost>
Fri, 23 Feb 1996 05:15:13 +0000 (05:15 +0000)
committerroot <devnull@localhost>
Fri, 23 Feb 1996 05:15:13 +0000 (05:15 +0000)
CVS patchset: 409
CVS date: 1996/02/23 05:15:13

lib/signature.c

index 1190941..1de5d64 100644 (file)
@@ -190,6 +190,7 @@ static int makePGPSignature(char *file, int ofd, char *passPhrase)
 
     fd = open(sigfile, O_RDONLY);
     if (read(fd, sigbuf, 152) != 152) {       /* signature is 152 bytes */
+        perror("bad sigfile:");
        unlink(sigfile);
        close(fd);
        error(RPMERR_SIGGEN, "unable to read 152 bytes of signature");