summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-02-12 09:24:41 +0200
committerLars Wirzenius <liw@liw.fi>2017-02-12 09:24:41 +0200
commit5ee7a0c4d6a1d6743d54edddfc761f7424337e54 (patch)
treeb908fde2ed839888291d7ab96c1db59ecfe011fe
parentefe312ec55d38144486ed0c23b6aecafde3a3d36 (diff)
downloadobnam-5ee7a0c4d6a1d6743d54edddfc761f7424337e54.tar.gz
Add more memory profile debugging
-rw-r--r--obnamlib/plugins/forget_plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/obnamlib/plugins/forget_plugin.py b/obnamlib/plugins/forget_plugin.py
index 648fa263..66bd6dc2 100644
--- a/obnamlib/plugins/forget_plugin.py
+++ b/obnamlib/plugins/forget_plugin.py
@@ -77,7 +77,7 @@ class ForgetPlugin(obnamlib.ObnamPlugin):
self.repo.lock_everything()
- self.app.dump_memory_profile('at beginning')
+ self.app.dump_memory_profile('at the very beginning')
client_name = self.app.settings['client-name']
self.app.dump_memory_profile('client name found')
if args: