Fix logging template
[yangtools.git] / yang / yang-parser-reactor / src / main / java / org / opendaylight / yangtools / yang / parser / stmt / reactor / StatementContextBase.java
index df9dce6eebbe7e6808f9c505b536aee66b35bace..7dc216dcd8540b0aa980e3ac62f7a10f1682f9a7 100644 (file)
@@ -796,7 +796,7 @@ public abstract class StatementContextBase<A, D extends DeclaredStatement<A>, E
             final CopyType typeOfCopy, final QNameModule newQNameModule, final Collection<Mutable<?, ?, ?>> buffer) {
         if (needToCopyByUses(stmtContext)) {
             final Mutable<?, ?, ?> copy = target.childCopyOf(stmtContext, typeOfCopy, newQNameModule);
-            LOG.debug("Copying substatement {} for {} as", stmtContext, this, copy);
+            LOG.debug("Copying substatement {} for {} as {}", stmtContext, this, copy);
             buffer.add(copy);
         } else if (isReusedByUses(stmtContext)) {
             LOG.debug("Reusing substatement {} for {}", stmtContext, this);