summary refs log tree commit diff
path: root/synapse/api/auth.py
diff options
context:
space:
mode:
authorEric Eastwood <erice@element.io>2022-08-02 14:07:04 -0500
committerEric Eastwood <erice@element.io>2022-08-02 14:07:04 -0500
commit9d6fcf3ab98f3a47329a4b6a97fc4b775876b3a8 (patch)
treea17fa1ee1672285b9ec48e79e4e8d67c6e877c6e /synapse/api/auth.py
parentRestore logging current_context (not sure why removed (diff)
downloadsynapse-9d6fcf3ab98f3a47329a4b6a97fc4b775876b3a8.tar.xz
Clean up some opentracing text references
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 aa4ad9a506..7d429600af 100644 --- a/synapse/api/auth.py +++ b/synapse/api/auth.py
@@ -164,7 +164,7 @@ class Auth: ) -> Requester: """Helper for get_user_by_req - Once get_user_by_req has set up the opentracing span, this does the actual work. + Once get_user_by_req has set up the tracing span, this does the actual work. """ try: ip_addr = request.getClientAddress().host