We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aec5c50 commit 22d038eCopy full SHA for 22d038e
Transport/src/main/java/de/rub/nds/tlsattacker/transport/nonblocking/AcceptorCallable.java
@@ -31,8 +31,7 @@ public Socket call() throws Exception {
31
try {
32
return serverSocket.accept();
33
} catch (IOException ex) {
34
- LOGGER.warn("Could not open Accept connection!");
35
- LOGGER.debug(ex);
+ LOGGER.warn("Could not open Accept connection!", ex);
36
}
37
return null;
38
0 commit comments