chore: remove dot from log entry
Some checks failed
Build, Package and Push Images / container-sbom-scan (push) Blocked by required conditions
Build, Package and Push Images / generate-licences (push) Blocked by required conditions
Build, Package and Push Images / preprocess (push) Successful in 3s
Build, Package and Push Images / build (push) Successful in 32s
Build, Package and Push Images / sbom-scan (push) Successful in 37s
Build, Package and Push Images / sonarqube (push) Has been cancelled
Build, Package and Push Images / container-build (push) Has been cancelled

This commit is contained in:
Timothy Schenk 2024-02-01 10:20:25 +01:00
parent 2295c9fff2
commit 4ce9e0479e

View file

@ -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");
}
}