Fix the a log in Model Properties
[clamp.git] / src / main / java / org / onap / clamp / clds / model / prop / ModelProperties.java
index b9effc5..7111f1d 100644 (file)
@@ -135,7 +135,7 @@ public class ModelProperties {
                                             .newInstance(this, modelBpmn, modelJson)));
                         } catch (InstantiationException | NoSuchMethodException | IllegalAccessException
                                 | InvocationTargetException e) {
-                            logger.warn("Unable to instantiate a ModelElement, exception follows: " + e);
+                            logger.warn("Unable to instantiate a ModelElement, exception follows: ", e);
                         }
                     });
         }