提交 67f62c91 编写于 作者: U ujued

Manager Banner

上级 4153a48d
......@@ -40,7 +40,7 @@ public class TxLcnManagerBanner implements Banner {
" | | / /^\\ \\ | |___| \\__/\\| |\\ | \n" +
" \\_/ \\/ \\/ \\_____/\\____/\\_| \\_/ \n";
private static final String SERVER_INFO = " Tx-Manager-5.0.0.RC1 Http port:%s Server port:%s";
private static final String SERVER_INFO = " Tx-Manager-5.0.0.RC1 HTTP port:%s DTX port:%s";
@Override
public void printBanner(Environment environment, Class<?> sourceClass, PrintStream printStream) {
......
......@@ -75,7 +75,7 @@ public class TxManagerAutoCluster{
managerStorage.remove(address);
}
}catch (Exception e){
log.error("manager auto refresh error ",e);
log.error("manager auto refresh error ");
//check exception then remove.
if( e instanceof ResourceAccessException){
ResourceAccessException resourceAccessException = (ResourceAccessException)e;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册