mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8272396: mismatching debug output streams
Reviewed-by: mullan
This commit is contained in:
parent
0af645aa4f
commit
6b8b160e37
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue