Skip to content

Commit 3275216

Browse files
authored
Merge pull request #755 from tls-attacker/loglevel
set loglevel to warn
2 parents 69862cf + 9bf2874 commit 3275216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TLS-Core/src/main/java/de/rub/nds/tlsattacker/core/workflow/action/executor/ReceiveMessageHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ private List<ProtocolMessage> handleCleanBytes(byte[] cleanProtocolMessageBytes,
558558
if (exCorrectMsg instanceof ParserException && !failedToReceiveMoreRecords) {
559559
throw new ParserException();
560560
}
561-
LOGGER.error("Could not parse Message as a CorrectMessage");
561+
LOGGER.warn("Could not parse Message as a CorrectMessage");
562562
LOGGER.debug(exCorrectMsg);
563563
try {
564564
if (typeFromRecord == ProtocolMessageType.HANDSHAKE) {

0 commit comments

Comments
 (0)