mirror of
https://github.com/certbot/certbot.git
synced 2026-04-15 22:20:28 -04:00
Adjust file paths message from Warning to Info. (#5743)
This commit is contained in:
parent
6dc8b66760
commit
5c7fc07ccf
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue