diff options
Diffstat (limited to 'cipher/cipher.c')
-rw-r--r-- | cipher/cipher.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cipher/cipher.c b/cipher/cipher.c index 6ac468274..064947865 100644 --- a/cipher/cipher.c +++ b/cipher/cipher.c @@ -178,7 +178,8 @@ load_cipher_modules() continue; } /* put it into the table */ - log_info("loaded cipher %d (%s)\n", ct->algo, name); + if( g10_opt_verbose > 1 ) + log_info("loaded cipher %d (%s)\n", ct->algo, name); ct->name = name; ct_idx++; ct++; |