From 322c0be2cc5266fadd5bac90cf1082ba66611a92 Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Sat, 12 Feb 2022 12:19:23 -0800 Subject: [PATCH] Oops. --- bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.45.2