updating debug string with target_domain

This commit is contained in:
csine-nflx 2020-10-29 14:42:51 -07:00
parent a1f99c29c0
commit ca465e3c9e
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ class AcmeHandler(object):
order,
dns_provider_options,
):
current_app.logger.debug("Starting DNS challenge for {0}".format(target_domain))
current_app.logger.debug(f"Starting DNS challenge for {domain} using target domain {target_domain}.")
change_ids = []
dns_challenges = self.get_dns_challenges(domain, order.authorizations)