phase1: populateTargets: log branch name as well
[buildbot.git] / phase1 / master.cfg
index c4bccead8c8bf726e5e745d1738a547c83d13655..d4438119ee01507563e200955a06866863878a37 100644 (file)
@@ -297,9 +297,10 @@ def populateTargets():
     targets that only exist in specific branches get built.
     This takes a while during master startup but is executed only once.
     """
-    log.msg("Populating targets, this will take time")
     sourcegit = work_dir + "/source.git"
     for branch in branchNames:
+        log.msg(f"Populating targets for {branch}, this will take time")
+
         if os.path.isdir(sourcegit):
             subprocess.call(["rm", "-rf", sourcegit])