mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 06:15:36 -04:00
warn-->warning
This commit is contained in:
parent
b995f4a619
commit
f221ab03c5
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ def prepare_env(cli_args: List[str]) -> List[str]:
|
|||
))
|
||||
|
||||
if outdated_plugins:
|
||||
LOGGER.warn('The following plugins are using an outdated python version and must be '
|
||||
LOGGER.warning('The following plugins are using an outdated python version and must be '
|
||||
'updated to be compatible with Certbot 3.0. Please see '
|
||||
'https://community.letsencrypt.org/t/'
|
||||
'certbot-3-0-could-have-potential-third-party-snap-breakages/226940 '
|
||||
|
|
|
|||
Loading…
Reference in a new issue