From 755d344444efe186ec1c2679be2d94bb2ca474ef Mon Sep 17 00:00:00 2001 From: LaraFuhrmann <55209716+LaraFuhrmann@users.noreply.github.com> Date: Wed, 14 Feb 2024 16:48:28 +0100 Subject: [PATCH] correct debug message --- viloca/shotgun.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/viloca/shotgun.py b/viloca/shotgun.py index 2c160d0..95618f2 100644 --- a/viloca/shotgun.py +++ b/viloca/shotgun.py @@ -515,7 +515,7 @@ def main(args): for p in all_processes: p.join() if p.exitcode != 0: - logging.debug("[b2w] A process was killed. Terminating the program.") + logging.debug("[shotgun] A process was killed. Terminating the program.") exit(1) logging.debug("[shotgun] All processes completed successfully.")