mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8260861: TrustStoreDescriptor log the same value
Reviewed-by: xuelei
This commit is contained in:
parent
69189f8820
commit
105d3e8f40
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ final class TrustStoreManager {
|
|||
SSLLogger.isOn("trustmanager")) {
|
||||
SSLLogger.fine(
|
||||
"Inaccessible trust store: " +
|
||||
storePropName);
|
||||
fileName);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue