mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 16:19:11 +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
|
||||
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