forked from MirrorHub/synapse
Typo in info log
Co-Authored-By: babolivier <contact@brendanabolivier.com>
This commit is contained in:
parent
f86b695cbd
commit
6d02a13d81
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ class AcmeHandler(object):
|
|||
if delegated:
|
||||
cert_name = delegated.decode("ascii")
|
||||
logger.info(
|
||||
".well-known is in use, provisionning %s instead of %s",
|
||||
".well-known is in use, provisioning %s instead of %s",
|
||||
cert_name, self.hs.hostname,
|
||||
)
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue