Add Control Loop Related Attrs
[holmes/common.git] / holmes-actions / src / main / java / org / onap / holmes / common / utils / HttpsUtils.java
index 441261f..091b25c 100644 (file)
@@ -74,7 +74,7 @@ public class HttpsUtils {
             connectionManager = new PoolingHttpClientConnectionManager(registry);
             connectionManager.setMaxTotal(200);
         } catch (Exception e) {
-            log.error("Failed to init ssl builder" + e.getMessage());
+            log.error("Failed to initialize the ssl builder: " + e.getMessage());
         }
     }
 
@@ -88,7 +88,6 @@ public class HttpsUtils {
         } catch (Exception e) {
             throw new CorrelationException("Failed to use post method query data from server");
         }
-
         return getResponseEntity(httpResponse);
     }