mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[rust] Add more debug logs to FileDownloaderImpl
Needed to debug a flaky test GitOrigin-RevId: cf101d2695b91e9108f6054c27ce0069479a04d2
This commit is contained in:
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);
|
||||
|
||||
Reference in New Issue
Block a user