Decouple config and netconf subsystems.
[controller.git] / opendaylight / netconf / sal-netconf-connector / src / main / java / org / opendaylight / controller / sal / connect / netconf / sal / tx / WriteCandidateRunningTx.java
@@ -54,7 +54,7 @@ public class WriteCandidateRunningTx extends WriteCandidateTx {
                 }
             });
         } catch (final NetconfDocumentedException e) {
-            LOG.warn("{}: Failed to lock running. Failed to initialize transaction", e);
+            LOG.warn("{}: Failed to lock running. Failed to initialize transaction", id, e);
             finished = true;
             throw new RuntimeException(id + ": Failed to lock running. Failed to initialize transaction", e);
         }