summary refs log tree commit diff
path: root/synapse/rest/client
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2015-12-14 15:20:59 +0000
committerMark Haines <mark.haines@matrix.org>2015-12-14 15:20:59 +0000
commit3ddf0b97223fe1f5818251256332c8bad6909020 (patch)
treebda7b53262063e6efc686362a05a68c6e389f341 /synapse/rest/client
parentFix logging to lie less (diff)
downloadsynapse-3ddf0b97223fe1f5818251256332c8bad6909020.tar.xz
Fix spacing
Diffstat (limited to 'synapse/rest/client')
-rw-r--r--synapse/rest/client/v2_alpha/sync.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/rest/client/v2_alpha/sync.py b/synapse/rest/client/v2_alpha/sync.py

index b16831246d..73b44e92eb 100644 --- a/synapse/rest/client/v2_alpha/sync.py +++ b/synapse/rest/client/v2_alpha/sync.py
@@ -362,7 +362,7 @@ class SyncRestServlet(RestServlet): # cause the displayname calculations on the client to be incorrect if prev_event_id is None or not prev_content or not prev_sender: logger.debug( - "Removing %r from the state dict, as it is missing " + "Removing %r from the state dict, as it is missing" " prev_content (prev_event_id=%r)", timeline_event.event_id, prev_event_id )