diff options
author | jbj <devnull@localhost> | 2004-12-05 19:10:53 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2004-12-05 19:10:53 +0000 |
commit | edc0ad3152685cdf284953c2618bc895e9025d01 (patch) | |
tree | 3c15f26bfb275e723cdf84d2c9335551288d41c4 /lib | |
parent | d49ad2ca27a44c85ca1bf5f084b0d75274cb368b (diff) | |
download | rpm-edc0ad3152685cdf284953c2618bc895e9025d01.tar.gz rpm-edc0ad3152685cdf284953c2618bc895e9025d01.tar.bz2 rpm-edc0ad3152685cdf284953c2618bc895e9025d01.zip |
- rpm-4.4 final release.rpm-4.4-release
CVS patchset: 7627
CVS date: 2004/12/05 19:10:53
Diffstat (limited to 'lib')
-rw-r--r-- | lib/rpmchecksig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpmchecksig.c b/lib/rpmchecksig.c index 416ea49a2..bbb459669 100644 --- a/lib/rpmchecksig.c +++ b/lib/rpmchecksig.c @@ -593,7 +593,7 @@ static int rpmcliImportPubkeys(const rpmts ts, /* Read pgp packet. */ if ((rc = pgpReadPkts(fn, &pkt, &pktlen)) <= 0) { - rpmError(RPMERR_IMPORT, _("%s: import read failed.\n"), fn); + rpmError(RPMERR_IMPORT, _("%s: import read failed(%d).\n"), fn, rc); res++; continue; } |