From cd53b0c4a9c6055c3766658f9f18c673b2539c14 Mon Sep 17 00:00:00 2001 From: PatrikBuhr Date: Tue, 10 Nov 2020 13:59:49 +0100 Subject: Added documentation in the application-yaml Issue-ID: CCSDK-2502 Signed-off-by: PatrikBuhr Change-Id: Ia28deef87353f00bd29b021679f5669a68495b66 --- .../oran/a1policymanagementservice/clients/AsyncRestClientFactory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'a1-policy-management/src/main/java/org') 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; } -- cgit 1.2.3-korg