[rust] Add more debug logs to FileDownloaderImpl

Needed to debug a flaky test

GitOrigin-RevId: cf101d2695b91e9108f6054c27ce0069479a04d2
This commit is contained in:
Vladislav Beskrovny
2025-05-12 16:36:53 +00:00
committed by intellij-monorepo-bot
parent c7cfcdeb3d
commit 89ce7b0460
@@ -220,6 +220,7 @@ final class FileDownloaderImpl implements FileDownloader {
}
}
else {
LOG.debug("Downloading `" + url + "` into `" + existing + "`");
File downloaded;
try {
downloaded = downloadFile(description, existing, indicator);