diff --git a/source/orchestrationLogic/HEAT/bootup.ps1 b/source/orchestrationLogic/HEAT/bootup.ps1
index 5ff2db6a31dae9ad2bc627ff8edacde7e7942bff..2947e7e7527e41573f7c1cd6ff7d5c960e58b1cb 100644
--- a/source/orchestrationLogic/HEAT/bootup.ps1
+++ b/source/orchestrationLogic/HEAT/bootup.ps1
@@ -33,7 +33,7 @@ if( !(Test-Path -Path "C:\flag.txt")) {
         $i = $i + 1
         echo "`n`n DOMAIN JOIN FAILED RETRYING IN 1 MINUTE `n`n"
         Start-Sleep -s 60
-    }
+        }
 } while ((-Not $joined) -And ($i -lt 25))
 
 }else {
diff --git a/source/orchestrationLogic/orchestrator.py b/source/orchestrationLogic/orchestrator.py
index b68afe4f75d8b22701ecc11d11a58750ddda9f97..0c2b7838c55619c2349faa32e63d88ce3cfd107b 100644
--- a/source/orchestrationLogic/orchestrator.py
+++ b/source/orchestrationLogic/orchestrator.py
@@ -35,6 +35,7 @@ class Orchestrator:
 
         
         logger.info("Project create api call succeeded" , extra={"tags": {"owner": owner, "project": name}})
+        logger.info(RDPMembers)
         return name
 
     # Checks continously if the project creation is in progress