Fix checkstyle reported by odlparent-3.0.0
[controller.git] / opendaylight / config / config-manager-facade-xml / src / main / java / org / opendaylight / controller / config / facade / xml / strategy / MergeEditConfigStrategy.java
index ebd98f8c1f551c23c60da6ae0f6b25ab5ce1b465..02aa783cb1ab0c0e239332fb1edb8288594da935 100644 (file)
@@ -69,7 +69,7 @@ public class MergeEditConfigStrategy extends AbstractEditConfigStrategy {
                                 + "Error with attribute %s : %s ",
                         on,
                         configAttributeEntry.getKey(),
-                        configAttributeEntry.getValue()),
+                        configAttributeEntry.getValue()), e,
                         DocumentedException.ErrorType.APPLICATION,
                         DocumentedException.ErrorTag.OPERATION_FAILED,
                         DocumentedException.ErrorSeverity.ERROR);