From b6117c4ae456693d6f669793763e0495d00f93a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Diemer?= <stephane.diemer@ubicast.eu> Date: Tue, 25 Oct 2016 17:35:27 +0200 Subject: [PATCH] Changed action start log. --- envsetup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envsetup.py b/envsetup.py index 7e038986..539a8bae 100755 --- a/envsetup.py +++ b/envsetup.py @@ -150,7 +150,7 @@ class EnvSetup(): for action in self.actions: if target == str(action['index']) and action['fct']: found = True - log('Starting %s setup.' % action['label']) + log('Starting action %s: %s setup.' % (action['index'], action['label'])) log('Please wait, the setup is in progress... ') try: os.chdir(action['path']) -- GitLab