Skip to content

Commit

Permalink
check style
Browse files Browse the repository at this point in the history
  • Loading branch information
Bughue committed Apr 30, 2024
1 parent 7add8d9 commit aeb24c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ private void onRegTmMessage(ChannelHandlerContext ctx, RpcMessage rpcMessage) {
remotingServer.sendAsyncResponse(rpcMessage, ctx.channel(), response);
if (isSuccess && LOGGER.isInfoEnabled()) {
LOGGER.info("TM register success,message:{},channel:{},client version:{},client protocol-version:{}"
, message, ctx.channel(), message.getVersion(), rpcMessage.getSdkVersion());
, message, ctx.channel(), message.getVersion(), rpcMessage.getOtherSideVersion());
}
}

Expand Down

0 comments on commit aeb24c8

Please sign in to comment.