mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 00:02:14 -04:00
Fix typo in changing quotes.
This commit is contained in:
parent
5d07b70269
commit
887871833d
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ class PostfixConfigGenerator:
|
|||
if len(mx_list) > 1:
|
||||
logger.warn('Lists of multiple accept-mx-domains not yet '
|
||||
'supported.')
|
||||
logger.warn('Using MX {} for {}".format(mx_list[0],
|
||||
logger.warn('Using MX {} for {}'.format(mx_list[0],
|
||||
address_domain)
|
||||
)
|
||||
logger.warn('Ignoring: {}'.format(', '.join(mx_list[1:])))
|
||||
|
|
|
|||
Loading…
Reference in a new issue