mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
improve log info
This commit is contained in:
@@ -80,8 +80,8 @@ public class Arthas {
|
||||
if (!targetJavaVersion.equals(currentJavaVersion)) {
|
||||
AnsiLog.warn("Current VM java version: {} do not match target VM java version: {}, attach may fail.",
|
||||
currentJavaVersion, targetJavaVersion);
|
||||
AnsiLog.warn("Target VM JAVA_HOME is {}, try to set the same JAVA_HOME.",
|
||||
targetSystemProperties.getProperty("java.home"));
|
||||
AnsiLog.warn("Target VM JAVA_HOME is {}, arthas-boot JAVA_HOME is {}, try to set the same JAVA_HOME.",
|
||||
targetSystemProperties.getProperty("java.home"), System.getProperty("java.home"));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user