diff --git a/idea/src/org/jetbrains/jet/plugin/vfilefinder/KotlinClassFileIndex.java b/idea/src/org/jetbrains/jet/plugin/vfilefinder/KotlinClassFileIndex.java index 63c0cbe207b..7bf53f38156 100644 --- a/idea/src/org/jetbrains/jet/plugin/vfilefinder/KotlinClassFileIndex.java +++ b/idea/src/org/jetbrains/jet/plugin/vfilefinder/KotlinClassFileIndex.java @@ -63,7 +63,7 @@ public final class KotlinClassFileIndex extends ScalarIndexExtension { } } catch (Throwable e) { - LOG.error("Error while indexing file " + inputData.getFileName(), e); + LOG.warn("Error while indexing file " + inputData.getFileName(), e); } return Collections.emptyMap(); }