diff options
author | KAPIL SINGAL <ks220y@att.com> | 2020-11-11 14:38:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-11-11 14:38:49 +0000 |
commit | e78c27efa1b2bbd9db762211e907777f49aba7d2 (patch) | |
tree | 267e6eaf346519b9bb8004e7dc8ef0eb283d3fdc /a1-policy-management/src/main/java | |
parent | 8bd3cd5ccb72eeb2999206e16e849be47e02b122 (diff) | |
parent | cd53b0c4a9c6055c3766658f9f18c673b2539c14 (diff) |
Merge "Added documentation in the application-yaml"
Diffstat (limited to 'a1-policy-management/src/main/java')
-rw-r--r-- | a1-policy-management/src/main/java/org/onap/ccsdk/oran/a1policymanagementservice/clients/AsyncRestClientFactory.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/a1-policy-management/src/main/java/org/onap/ccsdk/oran/a1policymanagementservice/clients/AsyncRestClientFactory.java b/a1-policy-management/src/main/java/org/onap/ccsdk/oran/a1policymanagementservice/clients/AsyncRestClientFactory.java index b5590cc2..db3834a9 100644 --- a/a1-policy-management/src/main/java/org/onap/ccsdk/oran/a1policymanagementservice/clients/AsyncRestClientFactory.java +++ b/a1-policy-management/src/main/java/org/onap/ccsdk/oran/a1policymanagementservice/clients/AsyncRestClientFactory.java @@ -62,7 +62,7 @@ public class AsyncRestClientFactory { this.sslContextFactory = new CachingSslContextFactory(clientConfig); this.httpProxyConfig = clientConfig.httpProxyConfig(); } else { - logger.warn("HTTPS will not work"); + logger.warn("No configuration for web client defined, HTTPS will not work"); this.sslContextFactory = null; this.httpProxyConfig = null; } |