diff options
| author | Scott Gasch <[email protected]> | 2022-02-12 12:19:23 -0800 |
|---|---|---|
| committer | Scott Gasch <[email protected]> | 2022-02-12 12:19:23 -0800 |
| commit | 322c0be2cc5266fadd5bac90cf1082ba66611a92 (patch) | |
| tree | 56a050546b9606a095903bc80abd2bc224c4f672 /bootstrap.py | |
| parent | 2bf59f4f017a7497aaf0449bdf77e130abdf36d8 (diff) | |
Oops.
Diffstat (limited to 'bootstrap.py')
| -rw-r--r-- | bootstrap.py | 2 |
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() |
