diff --git a/envsetup.py b/envsetup.py
index 7e038986ba1777e31774f047a32da98e6177c057..539a8baed9dff65c29911c1c2b650157f964bdb9 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'])