From 419f983e509bdce0059dd6e0213935370ea8d32a Mon Sep 17 00:00:00 2001 From: Nicolas Arenas Date: Tue, 26 Nov 2024 01:06:08 +0100 Subject: [PATCH] Add debug message --- chroot-tasks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/chroot-tasks.py b/chroot-tasks.py index e10bad1..b214556 100755 --- a/chroot-tasks.py +++ b/chroot-tasks.py @@ -102,6 +102,7 @@ def boottoolsSoftwareCompile(): os.environ['LANG'] = env_lang def updateCaCertificates(): + print ('Updating CA trust Store', file=sys.stderr) utils.run (['update-ca-certificates']) def boottoolsPythonModules():