diff options
author | Michael Kaye <1917473+michaelkaye@users.noreply.github.com> | 2019-10-24 18:17:33 +0100 |
---|---|---|
committer | Michael Kaye <1917473+michaelkaye@users.noreply.github.com> | 2019-10-24 18:18:56 +0100 |
commit | 9eebc1e73b014c00f6c2d6e6760dfda809324a08 (patch) | |
tree | 07680b4ec4b076f3d5d61dc1fe069e9f6e2a6fca /synapse | |
parent | Don't encode object as UTF-8 string if not needed. (diff) | |
download | synapse-9eebc1e73b014c00f6c2d6e6760dfda809324a08.tar.xz |
use %r to __repr__ objects
This avoids calculating __repr__ unless we are going to log.
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/federation/federation_client.py | 2 | ||||
-rw-r--r-- | synapse/federation/transport/client.py | 4 | ||||
-rw-r--r-- | synapse/storage/data_stores/main/event_federation.py | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/synapse/federation/federation_client.py b/synapse/federation/federation_client.py |