From 115bc0e28833405a991117bac419f89ee4765b12 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 23 Feb 1996 05:15:13 +0000 Subject: [PATCH] add debug message CVS patchset: 409 CVS date: 1996/02/23 05:15:13 --- lib/signature.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/signature.c b/lib/signature.c index 1190941..1de5d64 100644 --- a/lib/signature.c +++ b/lib/signature.c @@ -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"); -- 2.7.4