We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ada285 commit 0f09546Copy full SHA for 0f09546
1 file changed
utils/src/com/cloud/utils/nio/NioConnection.java
@@ -198,7 +198,7 @@ protected void accept(SelectionKey key) throws IOException {
198
199
Link.doHandshake(socketChannel, sslEngine, false);
200
} catch (Exception e) {
201
- logDebug(e, key, 0);
+ s_logger.debug("Socket " + socket + " closed on read. Probably -1 returned: " + e.getMessage());
202
terminate(key);
203
return;
204
}
0 commit comments