*** empty log message ***
diff --git a/downloads/buildIndex.php b/downloads/buildIndex.php
index a50b326..b250a8f 100755
--- a/downloads/buildIndex.php
+++ b/downloads/buildIndex.php
@@ -163,7 +163,9 @@
 //	$root = $_SERVER['DOCUMENT_ROOT'];

 	$qstring = $_SERVER['QUERY_STRING'];

 	$build = array_pop(split("=", $qstring, -1));

+printf($build);

 	$path = "/equinox/drops/" . $build . "/";

+printf($path);

 	$filesystemPath = $root . $path;

 

 	analyzeBuild(dir($filesystemPath));