summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Gasch <[email protected]>2022-02-12 12:19:23 -0800
committerScott Gasch <[email protected]>2022-02-12 12:19:23 -0800
commit322c0be2cc5266fadd5bac90cf1082ba66611a92 (patch)
tree56a050546b9606a095903bc80abd2bc224c4f672
parent2bf59f4f017a7497aaf0449bdf77e130abdf36d8 (diff)
Oops.
-rw-r--r--bootstrap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.py b/bootstrap.py
index 9bffaf5..1316dab 100644
--- a/bootstrap.py
+++ b/bootstrap.py
@@ -313,7 +313,7 @@ def initialize(entry_point):
with stopwatch.Timer() as t:
ret = entry_point(*args, **kwargs)
- logger.debug('%s (program entry point) returned %s.', entry_descr)
+ logger.debug('%s (program entry point) returned %s.', entry_descr, ret)
if config.config['trace_memory']:
snapshot = tracemalloc.take_snapshot()