mirror of
https://gitee.com/arthas/arthas.git
synced 2024-12-02 04:08:34 +08:00
remove useless param
This commit is contained in:
parent
60c5b4a7d0
commit
3c3ffdd21c
@ -412,7 +412,7 @@ public class Bootstrap {
|
|||||||
pid, bootstrap.getHttpPortOrDefault());
|
pid, bootstrap.getHttpPortOrDefault());
|
||||||
AnsiLog.error("1. Try to restart arthas-boot, select process {}, shutdown it first with running the 'stop' command.",
|
AnsiLog.error("1. Try to restart arthas-boot, select process {}, shutdown it first with running the 'stop' command.",
|
||||||
httpPortPid);
|
httpPortPid);
|
||||||
AnsiLog.error("2. Or try to use different http port, for example: java -jar arthas-boot.jar --telnet-port 9998 --http-port 9999", httpPortPid);
|
AnsiLog.error("2. Or try to use different http port, for example: java -jar arthas-boot.jar --telnet-port 9998 --http-port 9999");
|
||||||
System.exit(1);
|
System.exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user