summary refs log tree commit diff
path: root/synapse/rest/client/v2_alpha/sync.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2016-04-11 10:58:24 +0100
committerErik Johnston <erik@matrix.org>2016-04-11 10:58:24 +0100
commit6c11bb956cd50ce65be9ff9e32f9206b12b8413c (patch)
tree1942ffb2fed9a7fa3bc1572bcab48d794d5e7395 /synapse/rest/client/v2_alpha/sync.py
parentMerge branch 'develop' into HEAD (diff)
downloadsynapse-erikj/pypy.tar.xz
Fix pypy repr for DomainSpecificString github/erikj/pypy erikj/pypy
Diffstat (limited to '')
-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 81fc378556..b45b4afa33 100644 --- a/synapse/rest/client/v2_alpha/sync.py +++ b/synapse/rest/client/v2_alpha/sync.py
@@ -109,7 +109,7 @@ class SyncRestServlet(RestServlet): full_state = parse_boolean(request, "full_state", default=False) logger.info( - "/sync: user=%r, timeout=%r, since=%r," + "/sync: user=%s, timeout=%r, since=%r," " set_presence=%r, filter_id=%r" % ( user, timeout, since, set_presence, filter_id )