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:
parent
c2a566a64e
commit
9ce740a2eb
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue