Skip to content
Snippets Groups Projects
Commit 7948ecf2 authored by Erik Johnston's avatar Erik Johnston
Browse files

Comment

parent 020377a5
No related branches found
No related tags found
No related merge requests found
...@@ -200,7 +200,7 @@ class LoggingContext(object): ...@@ -200,7 +200,7 @@ class LoggingContext(object):
logger.warning("Stopped logcontext %s on different thread", self) logger.warning("Stopped logcontext %s on different thread", self)
return 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: if self.usage_start:
usage_end = get_thread_resource_usage() usage_end = get_thread_resource_usage()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment