Skip to content

Commit 9bf2874

Browse files
committed
set loglevel to warn
1 parent 706f5e5 commit 9bf2874

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)