Fix a couple of sonar issues one blocker
[policy/xacml-pdp.git] / applications / common / src / main / java / org / onap / policy / pdp / xacml / application / common / std / StdXacmlApplicationServiceProvider.java
index 2b8048c..451ef7e 100644 (file)
@@ -217,7 +217,7 @@ public abstract class StdXacmlApplicationServiceProvider implements XacmlApplica
             XacmlPolicyUtils.storeXacmlProperties(newProperties,
                     XacmlPolicyUtils.getPropertiesPath(this.getDataPath()));
         } catch (IOException e) {
-            LOGGER.error("Failed to save the properties to disk {}", newProperties);
+            LOGGER.error("Failed to save the properties to disk {}", newProperties, e);
         }
         //
         // Reload the engine