[POLICY-117] Resolve the Policy Critical issues
[policy/engine.git] / ECOMP-PDP-REST / src / main / java / org / openecomp / policy / pdp / rest / XACMLPdpRegisterThread.java
index e9b6658..6bc8a64 100644 (file)
@@ -261,7 +261,7 @@ public class XACMLPdpRegisterThread implements Runnable {
                                                try {
                                                        is = connection.getInputStream();
                                                } catch (Exception e1) {
-                                                       // ignore this
+                                                       LOGGER.error(XACMLErrorConstants.ERROR_SYSTEM_ERROR + "Failed to get Input Stream: " + e1);
                                                }
                                                if (is != null) {
                                                        is.close();