mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-18 16:44:45 +01:00
Comment
This commit is contained in:
parent
020377a550
commit
7948ecf234
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in a new issue