diff options
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 ); } |