Degrade warning to fine
This commit is contained in:
parent
510fe35c34
commit
4c03cecb16
@ -231,7 +231,7 @@ public class ReflectPackage {
|
|||||||
// This improves performance a lot when having a lot of JARs on the classpath
|
// This improves performance a lot when having a lot of JARs on the classpath
|
||||||
int index = aDynCP.lastIndexOf(System.getProperty("file.separator"));
|
int index = aDynCP.lastIndexOf(System.getProperty("file.separator"));
|
||||||
if (index != -1 && !aDynCP.substring(index).toLowerCase().contains("eva")) {
|
if (index != -1 && !aDynCP.substring(index).toLowerCase().contains("eva")) {
|
||||||
LOGGER.warning("Skipping Jar (does not start with \"eva\": " + aDynCP);
|
LOGGER.fine("Skipping Jar (does not start with \"eva\": " + aDynCP);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
getClassesFromJarFltr(set, aDynCP, pkg, includeSubs, reqSuperCls);
|
getClassesFromJarFltr(set, aDynCP, pkg, includeSubs, reqSuperCls);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user