Modfiy casing in JVM home log message

This makes the log message consistent with the following line that shows
the JVM arguments.
This commit is contained in:
Jason Tedor 2019-03-20 00:05:30 -04:00
parent c2a566a64e
commit 9ce740a2eb
No known key found for this signature in database
GPG Key ID: FA89F05560F16BC5
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ public class Node implements Closeable {
Constants.JVM_NAME,
Constants.JAVA_VERSION,
Constants.JVM_VERSION);
logger.info("JVM Home [{}]", System.getProperty("java.home"));
logger.info("JVM home [{}]", System.getProperty("java.home"));
logger.info("JVM arguments {}", Arrays.toString(jvmInfo.getInputArguments()));
if (Build.CURRENT.isProductionRelease() == false) {
logger.warn(