diff options
author | Werner Koch <[email protected]> | 1999-07-23 12:03:01 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1999-07-23 12:03:01 +0000 |
commit | 843742c0865ace27fb352303ef59ae8ecc838b51 (patch) | |
tree | d8573ab4937878054ba84e9f8e4367cd0f127979 /cipher/pubkey.c | |
parent | See ChangeLog: Thu Jul 22 20:03:03 CEST 1999 Werner Koch (diff) | |
download | gnupg-843742c0865ace27fb352303ef59ae8ecc838b51.tar.gz gnupg-843742c0865ace27fb352303ef59ae8ecc838b51.zip |
See ChangeLog: Fri Jul 23 13:53:03 CEST 1999 Werner KochV0-9-9
Diffstat (limited to 'cipher/pubkey.c')
-rw-r--r-- | cipher/pubkey.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/pubkey.c b/cipher/pubkey.c index 548d2e819..a03af3026 100644 --- a/cipher/pubkey.c +++ b/cipher/pubkey.c @@ -278,7 +278,7 @@ disable_pubkey_algo( int algo ) return; } } - log_fatal("can't disable pubkey algo %d: table full\n"); + log_fatal("can't disable pubkey algo %d: table full\n", algo ); } |