aboutsummaryrefslogtreecommitdiffstats
path: root/a1-policy-management/src/main/java/org
diff options
context:
space:
mode:
authorPatrikBuhr <patrik.buhr@est.tech>2020-11-10 13:59:49 +0100
committerPatrikBuhr <patrik.buhr@est.tech>2020-11-10 15:12:03 +0100
commitcd53b0c4a9c6055c3766658f9f18c673b2539c14 (patch)
tree212d2a26e421ee9a582eedb48b3fce007a50bee2 /a1-policy-management/src/main/java/org
parentcef5a0b50f07e4e658ff9d2e058d6aa6eb8cb780 (diff)
Added documentation in the application-yaml
Issue-ID: CCSDK-2502 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech> Change-Id: Ia28deef87353f00bd29b021679f5669a68495b66
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;
}