提交 02b51215 编写于 作者: K KangZhiDong

fix typo

上级 acfe8750
...@@ -373,7 +373,7 @@ public class NettyRemotingServer extends NettyRemotingAbstract implements Remoti ...@@ -373,7 +373,7 @@ public class NettyRemotingServer extends NettyRemotingAbstract implements Remoti
switch (tlsMode) { switch (tlsMode) {
case DISABLED: case DISABLED:
ctx.close(); ctx.close();
log.warn("Clients intend to establish a SSL connection while this server is running in SSL disabled mode"); log.warn("Clients intend to establish an SSL connection while this server is running in SSL disabled mode");
break; break;
case PERMISSIVE: case PERMISSIVE:
case ENFORCING: case ENFORCING:
...@@ -384,7 +384,7 @@ public class NettyRemotingServer extends NettyRemotingAbstract implements Remoti ...@@ -384,7 +384,7 @@ public class NettyRemotingServer extends NettyRemotingAbstract implements Remoti
log.info("Handlers prepended to channel pipeline to establish SSL connection"); log.info("Handlers prepended to channel pipeline to establish SSL connection");
} else { } else {
ctx.close(); ctx.close();
log.error("Trying to establish a SSL connection but sslContext is null"); log.error("Trying to establish an SSL connection but sslContext is null");
} }
break; break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册