Fix slf4j usage errors found by checkstyle-logging
[yangtools.git] / yang / yang-data-impl / src / test / java / org / opendaylight / yangtools / yang / data / impl / leafref / context / DataTreeCandidateValidatorTest2.java
index b3ff359d87a0ab2f0bd14889a9ac6902a9ff5550..134870db5b0f38a0847d3ea634c08f29b7552e2a 100644 (file)
@@ -112,7 +112,7 @@ public class DataTreeCandidateValidatorTest2 {
         try {
             LeafRefValidatation.validate(writeDevicesCandidate, rootLeafRefContext);
         } catch (final LeafRefDataValidationFailedException e) {
-            LOG.debug("All validation errors:" + NEW_LINE + e.getMessage());
+            LOG.debug("All validation errors:{}{}", NEW_LINE, e.getMessage());
 
             assertEquals(4, e.getValidationsErrorsCount());
             exception = true;
@@ -316,4 +316,4 @@ public class DataTreeCandidateValidatorTest2 {
 
         return devicesMapEntryBldr.build();
     }
-}
\ No newline at end of file
+}