aboutsummaryrefslogtreecommitdiffstats
path: root/a1-policy-management/src/main/java/org
diff options
context:
space:
mode:
authorKAPIL SINGAL <ks220y@att.com>2020-11-11 14:38:49 +0000
committerGerrit Code Review <gerrit@onap.org>2020-11-11 14:38:49 +0000
commite78c27efa1b2bbd9db762211e907777f49aba7d2 (patch)
tree267e6eaf346519b9bb8004e7dc8ef0eb283d3fdc /a1-policy-management/src/main/java/org
parent8bd3cd5ccb72eeb2999206e16e849be47e02b122 (diff)
parentcd53b0c4a9c6055c3766658f9f18c673b2539c14 (diff)
Merge "Added documentation in the application-yaml"
Diffstat (limited to 'a1-policy-management/src/main/java/org')
-rw-r--r--a1-policy-management/src/main/java/org/onap/ccsdk/oran/a1policymanagementservice/clients/AsyncRestClientFactory.java2
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;
}