mirror of
https://github.com/certbot/certbot.git
synced 2026-01-27 19:42:53 +03:00
Adjust file paths message from Warning to Info. (#5743)
This commit is contained in:
@@ -352,7 +352,7 @@ class Client(object):
|
||||
|
||||
if (self.config.config_dir != constants.CLI_DEFAULTS["config_dir"] or
|
||||
self.config.work_dir != constants.CLI_DEFAULTS["work_dir"]):
|
||||
logger.warning(
|
||||
logger.info(
|
||||
"Non-standard path(s), might not work with crontab installed "
|
||||
"by your operating system package manager")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user