Reduce log level of message

Signed-off-by: Jesse Glick <jglick@cloudbees.com>
This commit is contained in:
Jesse Glick 2019-12-19 15:38:38 -05:00
parent 26b0445a9e
commit bc338e7c88
No known key found for this signature in database
GPG Key ID: 1DDA69D94B624311
1 changed files with 1 additions and 1 deletions

View File

@ -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));