Skip to content

Commit

Permalink
Reduce log level of message
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Glick <[email protected]>
  • Loading branch information
jglick committed Dec 19, 2019
1 parent 26b0445 commit bc338e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ public class TypeUtil
}
catch (UnsupportedOperationException e)
{
LOG.info("JVM Runtime does not support Modules");
LOG.debug("JVM Runtime does not support Modules");
}
MODULE_LOCATION = moduleLocation;
locationMethods.add(lookup.findStatic(TypeUtil.class, "getClassLoaderLocation", type));
Expand Down

0 comments on commit bc338e7

Please sign in to comment.