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
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:
parent
2295c9fff2
commit
4ce9e0479e
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue