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