diff options
author | Eric Eastwood <erice@element.io> | 2022-08-02 14:07:04 -0500 |
---|---|---|
committer | Eric Eastwood <erice@element.io> | 2022-08-02 14:07:04 -0500 |
commit | 9d6fcf3ab98f3a47329a4b6a97fc4b775876b3a8 (patch) | |
tree | a17fa1ee1672285b9ec48e79e4e8d67c6e877c6e /synapse/api/auth.py | |
parent | Restore logging current_context (not sure why removed (diff) | |
download | synapse-9d6fcf3ab98f3a47329a4b6a97fc4b775876b3a8.tar.xz |
Clean up some opentracing text references
Diffstat (limited to 'synapse/api/auth.py')
-rw-r--r-- | synapse/api/auth.py | 2 |
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 |