summary refs log tree commit diff
path: root/synapse/api/auth.py
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2017-01-05 13:50:22 +0000
committerMark Haines <mark.haines@matrix.org>2017-01-05 13:50:22 +0000
commitc18f7fc41019be6a5c08df3f4976bd94435677c7 (patch)
tree9c004496a373170c4468a38cc53e4e328f7a0b18 /synapse/api/auth.py
parentMerge pull request #1767 from matrix-org/matthew/resolve_state_group_logging (diff)
downloadsynapse-c18f7fc41019be6a5c08df3f4976bd94435677c7.tar.xz
Fix flake8 and update changelog v0.18.6-rc3
Diffstat (limited to 'synapse/api/auth.py')
-rw-r--r--synapse/api/auth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/api/auth.py b/synapse/api/auth.py
index 641f2bb065..f93e45a744 100644
--- a/synapse/api/auth.py
+++ b/synapse/api/auth.py
@@ -290,7 +290,7 @@ class Auth(object):
         with Measure(self.clock, "check_host_in_room"):
             latest_event_ids = yield self.store.get_latest_event_ids_in_room(room_id)
 
-            logger.info("calling resolve_state_groups from check_host_in_room");
+            logger.info("calling resolve_state_groups from check_host_in_room")
             entry = yield self.state.resolve_state_groups(
                 room_id, latest_event_ids
             )