Skip to content

Commit 96dbecf

Browse files
committed
Changed log level in compression probe
1 parent 5592de5 commit 96dbecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/de/rub/nds/tlsscanner/probe/CompressionsProbe.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ private List<CompressionMethod> getSupportedCompressionMethods() {
7575
do {
7676
selectedCompressionMethod = testCompressionMethods(toTestList, tlsConfig);
7777
if (!toTestList.contains(selectedCompressionMethod)) {
78-
LOGGER.warn("Server chose a CompressionMethod we did not offer!");
78+
LOGGER.debug("Server chose a CompressionMethod we did not offer!");
7979
break;
8080
}
8181
if (selectedCompressionMethod != null) {

0 commit comments

Comments
 (0)