diff --git a/Continuity.AuthServer/ChannelSession.cs b/Continuity.AuthServer/ChannelSession.cs index a8cfac9..b91d6bf 100644 --- a/Continuity.AuthServer/ChannelSession.cs +++ b/Continuity.AuthServer/ChannelSession.cs @@ -50,7 +50,7 @@ public class ChannelSession : TcpSession var amountOfReadBytes = cs.Read(buffer); if (amountOfReadBytes != buffer.Length) { - _logger.LogError("Amount of read bytes is not equal to buffer length."); + _logger.LogError("Amount of read bytes is not equal to buffer length"); } }