summary refs log tree commit diff
path: root/synapse/util
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2018-05-22 11:39:43 +0100
committerErik Johnston <erik@matrix.org>2018-05-22 11:39:43 +0100
commit7948ecf2342d7053a6ff6daa01268b9331e1c569 (patch)
treea77c44ccf2f706a10c8a63888553cd31ea27d0d3 /synapse/util
parentFix logcontext resource usage tracking (diff)
downloadsynapse-7948ecf2342d7053a6ff6daa01268b9331e1c569.tar.xz
Comment
Diffstat (limited to 'synapse/util')
-rw-r--r--synapse/util/logcontext.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/util/logcontext.py b/synapse/util/logcontext.py
index 0bbda1dcaf..914f616312 100644
--- a/synapse/util/logcontext.py
+++ b/synapse/util/logcontext.py
@@ -200,7 +200,7 @@ class LoggingContext(object):
             logger.warning("Stopped logcontext %s on different thread", self)
             return
 
-        # When we stop lets record the resource used since we started
+        # When we stop, let's record the resource used since we started
         if self.usage_start:
             usage_end = get_thread_resource_usage()