Skip to content

Commit

Permalink
Merge pull request #4438 from jglick/patch-1
Browse files Browse the repository at this point in the history
Reduce log level of message
  • Loading branch information
joakime authored Dec 19, 2019
2 parents 26b0445 + bc338e7 commit d1d8f9a
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 d1d8f9a

Please sign in to comment.