[Policy-52, Policy-92, Policy-93] Policy Enhancements and bugfixes
[policy/engine.git] / POLICY-SDK-APP / src / main / java / org / openecomp / policy / controller / CreateClosedLoopPMController.java
index 385ca15..39850d9 100644 (file)
@@ -63,6 +63,7 @@ public class CreateClosedLoopPMController{
                        try{
                                description = policy.getDescription().substring(0, policy.getDescription().indexOf("@CreatedBy:"));
                        }catch(Exception e){
+                               LOGGER.info("General error" , e);
                                description = policy.getDescription();
                        }
                        policyAdapter.setPolicyDescription(description);