OPNFLWPLUG-1032: Neon-MRI: Bump odlparent, yangtools, mdsal
[openflowplugin.git] / applications / bulk-o-matic / src / main / java / org / opendaylight / openflowplugin / applications / bulk / o / matic / FlowWriterTxChain.java
index b7fa18230cb0aea8070cd6ad5abb3791b7b6141b..09a0329a9d3b875d444863f6d4932f631dc6d11e 100644 (file)
@@ -164,7 +164,7 @@ public class FlowWriterTxChain implements FlowCounterMBean {
         @Override
         public void onTransactionChainFailed(TransactionChain<?, ?> transactionChain,
                 AsyncTransaction<?, ?> asyncTransaction, Throwable throwable) {
-            LOG.error("Transaction chain: {} FAILED at asyncTransaction: {} due to: {}", transactionChain,
+            LOG.error("Transaction chain: {} FAILED at asyncTransaction: {} due to: ", transactionChain,
                     asyncTransaction.getIdentifier(), throwable);
             transactionChain.close();
         }