Reduce log level of message
Signed-off-by: Jesse Glick <jglick@cloudbees.com>
This commit is contained in:
parent
26b0445a9e
commit
bc338e7c88
|
@ -198,7 +198,7 @@ public class TypeUtil
|
||||||
}
|
}
|
||||||
catch (UnsupportedOperationException e)
|
catch (UnsupportedOperationException e)
|
||||||
{
|
{
|
||||||
LOG.info("JVM Runtime does not support Modules");
|
LOG.debug("JVM Runtime does not support Modules");
|
||||||
}
|
}
|
||||||
MODULE_LOCATION = moduleLocation;
|
MODULE_LOCATION = moduleLocation;
|
||||||
locationMethods.add(lookup.findStatic(TypeUtil.class, "getClassLoaderLocation", type));
|
locationMethods.add(lookup.findStatic(TypeUtil.class, "getClassLoaderLocation", type));
|
||||||
|
|
Loading…
Reference in New Issue