diff options
author | Kegan Dougal <kegan@matrix.org> | 2016-08-30 16:30:12 +0100 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2016-08-30 16:30:12 +0100 |
commit | 16b652f0a375a880175b54d5d439bde6a0604dd2 (patch) | |
tree | 6c3b235df6b2e2b8d78fe062ac6a24f157c64734 /synapse/config | |
parent | Allow application services to have an optional 'url' (diff) | |
download | synapse-16b652f0a375a880175b54d5d439bde6a0604dd2.tar.xz |
Flake8
Diffstat (limited to 'synapse/config')
-rw-r--r-- | synapse/config/appservice.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/synapse/config/appservice.py b/synapse/config/appservice.py index 3488a28ff2..5569c43b35 100644 --- a/synapse/config/appservice.py +++ b/synapse/config/appservice.py @@ -135,7 +135,8 @@ def _load_appservice(hostname, as_info, config_filename): if as_info["url"] == "": logger.info( - "(%s) Explicitly empty 'url' provided. This application service will not receive events or queries.", + "(%s) Explicitly empty 'url' provided. This application service " + + "will not receive events or queries.", config_filename, ) return ApplicationService( |