Skip to content

Commit ae2b655

Browse files
committed
correct a log
1 parent f268aa6 commit ae2b655

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk-core/src/main/java/org/fisco/bcos/sdk/network/ConnectionManager.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,9 +293,9 @@ private SslContext initSMSslContext(ConfigOption configOption) throws NetworkExc
293293
"initSMSslContext failed, caCert:{}, sslCert: {}, sslKeyIndex: {}, enCert: {}, enSslKeyIndex: {}, error: {}, e: {}",
294294
configOption.getCryptoMaterialConfig().getCaCertPath(),
295295
configOption.getCryptoMaterialConfig().getSdkCertPath(),
296-
configOption.getCryptoMaterialConfig().getEnSslKeyIndex(),
297-
configOption.getCryptoMaterialConfig().getEnSSLCertPath(),
298296
configOption.getCryptoMaterialConfig().getSslKeyIndex(),
297+
configOption.getCryptoMaterialConfig().getEnSSLCertPath(),
298+
configOption.getCryptoMaterialConfig().getEnSslKeyIndex(),
299299
e.getMessage(),
300300
e);
301301
} else {

0 commit comments

Comments
 (0)