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