From 9c6c6358ea6e7e97b4135782fa6e936b45f9dc2f Mon Sep 17 00:00:00 2001 From: Jiri Konecny Date: Wed, 16 Oct 2024 10:31:33 +0200 Subject: [PATCH] WIP: test commit --- anaconda.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/anaconda.py b/anaconda.py index da727748b84..4258f5a94d4 100755 --- a/anaconda.py +++ b/anaconda.py @@ -108,6 +108,8 @@ def exitHandler(rebootData): else: # reboot action is KS_REBOOT or None util.execWithRedirect("systemctl", ["--no-wall", "reboot"], do_preexec=False) + log.debug("Exiting Anaconda: still running threads: %s", thread_manager.running) + def parse_arguments(argv=None, boot_cmdline=None): """Parse command line/boot options and arguments.