print the correct object for testing

This commit is contained in:
Erica Portnoy 2018-10-09 18:12:29 -07:00
parent c2567863ef
commit afc0c20161

View file

@ -142,7 +142,7 @@ class NginxTlsSni01(common.TLSSNI01):
with open(self.challenge_conf, "w") as new_conf:
nginxparser.dump(config, new_conf)
logger.debug("Generated challenge conf:\n%s", str(new_conf))
logger.debug("Generated challenge conf:\n%s", str(config))
def _make_server_block(self, achall, addrs):
"""Creates a server block for a challenge.