summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2020-02-13 15:44:14 +0000
committerBrendan Abolivier <babolivier@matrix.org>2020-02-13 15:44:14 +0000
commitef9c275d96bae28c6ea51f16e4907357be418419 (patch)
tree1f3250acbde07ee5b5de32cc21f33f47963df2be
parentAdd a comprehensive error when failing to register for an ACME account (diff)
downloadsynapse-ef9c275d96bae28c6ea51f16e4907357be418419.tar.xz
Add a separator for the config warning
-rw-r--r--synapse/config/tls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/tls.py b/synapse/config/tls.py
index 694f52c032..5ecd934602 100644
--- a/synapse/config/tls.py
+++ b/synapse/config/tls.py
@@ -41,7 +41,7 @@ before that date.
 
 For more info and alternative solutions, see
 https://github.com/matrix-org/synapse/blob/master/docs/ACME.md#deprecation-of-acme-v1 
-"""
+--------------------------------------------------------------------------------"""
 
 
 class TlsConfig(Config):