mirror of
https://github.com/certbot/certbot.git
synced 2026-01-26 07:41:33 +03:00
use lazy logging
This commit is contained in:
@@ -343,7 +343,7 @@ def init_key(key_size):
|
||||
key_pem = crypto_util.make_key(key_size)
|
||||
except ValueError as err:
|
||||
logging.fatal(str(err))
|
||||
logging.info("Note: The default RSA key size is %d bits." % CONFIG.RSA_KEY_SIZE)
|
||||
logging.info("Note: The default RSA key size is %d bits.", CONFIG.RSA_KEY_SIZE)
|
||||
sys.exit(1)
|
||||
|
||||
# Save file
|
||||
|
||||
Reference in New Issue
Block a user