8272396: mismatching debug output streams
Reviewed-by: mullan
This commit is contained in:
parent
0af645aa4f
commit
6b8b160e37
@ -236,8 +236,7 @@ final class RSAKeyExchange {
|
||||
NoSuchAlgorithmException iae) {
|
||||
// unlikely to happen, otherwise, must be a provider exception
|
||||
if (SSLLogger.isOn && SSLLogger.isOn("ssl,handshake")) {
|
||||
SSLLogger.fine("RSA premaster secret generation error:");
|
||||
iae.printStackTrace(System.out);
|
||||
SSLLogger.fine("RSA premaster secret generation error", iae);
|
||||
}
|
||||
|
||||
throw new GeneralSecurityException(
|
||||
|
Loading…
Reference in New Issue
Block a user