prep for Galileo SR2
diff --git a/org.eclipse.wtp.releng.webupdatesite/build-home/runUpdateAllProjects.sh b/org.eclipse.wtp.releng.webupdatesite/build-home/runUpdateAllProjects.sh
index 4c37abf..bbf10f7 100644
--- a/org.eclipse.wtp.releng.webupdatesite/build-home/runUpdateAllProjects.sh
+++ b/org.eclipse.wtp.releng.webupdatesite/build-home/runUpdateAllProjects.sh
@@ -72,8 +72,10 @@
 # if not provided, we'll use the one coded here	
 if [ -z "${buildrepositorypath}" ] 	
 then
+   echo "Using default build repository path" 
    buildrepositorypath=${HOME}/downloads/webtools/downloads/drops/R3.2.0/"${WTP_DEFAULT}"/updateSite/
 else
+   echo "Using the provided build repository path"
    echo "buildrepositorypath: " "${buildrepositorypath}"
 fi