From: Scott Gasch Date: Sat, 12 Feb 2022 20:19:23 +0000 (-0800) Subject: Oops. X-Git-Url: https://wannabe.guru.org/gitweb/?a=commitdiff_plain;h=322c0be2cc5266fadd5bac90cf1082ba66611a92;p=python_utils.git Oops. --- 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()