瀏覽代碼

调整日志

develop
H Vs 8 月之前
父節點
當前提交
8e18ad7794
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      NearCardAttendance.Service/TcpServer/Handler/ProtocolHandler.cs

+ 1
- 1
NearCardAttendance.Service/TcpServer/Handler/ProtocolHandler.cs 查看文件

@@ -34,7 +34,7 @@ namespace NearCardAttendance.Service.TcpServer.Handler
try
{
string content = message.ToString(Encoding.ASCII);
_logger.LogInformation($"{nameof(ProtocolHandler)} -- {nameof(ChannelRead0)} -- 最开始接受内容:{content}");
_logger.LogInformation($"{nameof(ProtocolHandler)} -- {nameof(ChannelRead0)} --{context.Channel} -- 最开始接受内容:{content}");

ProcessMessage(context, content);
}


Loading…
取消
儲存