try to extract more exact data about exception while parsing the code

This commit is contained in:
Martin Lippert
2020-12-23 16:31:06 +01:00
parent 39cc9b6ced
commit 8fd3ee854f

View File

@@ -65,7 +65,7 @@ public abstract class AnnotationHierarchies {
}
}
catch (AbortCompilation e) {
log.warn("compilation aborted: " + e);
log.warn("compilation aborted ", e);
// ignore this, it is most likely caused by broken source code, a broken classpath, or some optional dependencies not being on the classpath
}