Bug 460929 - Performance tests: Should keep multiple baselines with separate names

Added more "debug" printlns.
diff --git a/bundles/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/DB_Results.java b/bundles/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/DB_Results.java
index 578e5bf..e70b599 100644
--- a/bundles/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/DB_Results.java
+++ b/bundles/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/DB_Results.java
@@ -652,6 +652,11 @@
 	if (BUILDS == null) {
 		queryAllVariations("%"); //$NON-NLS-1$
 	}
+	if (DEBUG) {
+	  DEBUG_WRITER.println("\n=== DEBUG getLastBaselineBuild before null checks === ");
+    DEBUG_WRITER.println("date: " + date);
+    DEBUG_WRITER.println("LAST_BASELINE_BUILD: " + LAST_BASELINE_BUILD + "\n");
+	}
 	if (date == null) {
 		if (LAST_BASELINE_BUILD == null) {
 			return BUILDS[0];