add debug msg
diff --git a/buildkite/bazelci.py b/buildkite/bazelci.py
index 8a12806..2188f9d 100644
--- a/buildkite/bazelci.py
+++ b/buildkite/bazelci.py
@@ -481,6 +481,7 @@
         for test_log in test_logs:
             try:
                 new_path = test_label_to_path(tmpdir, label, attempt)
+                print("newpath: " + newpath)
                 os.makedirs(os.path.dirname(new_path), exist_ok=True)
                 copyfile(test_log, new_path)
                 new_paths.append(new_path)