mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[platform] less noisy logging on refreshing output roots
GitOrigin-RevId: 032915f446aac8f9da6b4b816a38128edd2895ce
This commit is contained in:
committed by
intellij-monorepo-bot
parent
e4f3444eed
commit
a41a8749ee
@@ -45,7 +45,8 @@ public final class CompilerUtil {
|
||||
attributes = Files.readAttributes(outputPath, BasicFileAttributes.class);
|
||||
}
|
||||
catch (IOException | InvalidPathException e) {
|
||||
LOG.info(e);
|
||||
LOG.info(e.getClass().getName() + ": " + e.getMessage());
|
||||
LOG.debug(e);
|
||||
}
|
||||
|
||||
var vFile = fs.findFileByPath(outputRoot);
|
||||
|
||||
Reference in New Issue
Block a user