OPNFLWPLUG-1032: Neon-MRI: Bump odlparent, yangtools, mdsal
[openflowplugin.git] / applications / bulk-o-matic / src / main / java / org / opendaylight / openflowplugin / applications / bulk / o / matic / FlowReader.java
index 9968f4e0b1bb44583d4d002b1a0ef9b1b08ecafd..4b9ff5761f1a1a9f0cbbb6388bae5b8a5ce33253 100644 (file)
@@ -101,7 +101,7 @@ public final class FlowReader implements Runnable, FlowCounterMBean {
                     }
                 } catch (ReadFailedException e) {
                     readOpStatus.set(FlowCounter.OperationStatus.FAILURE.status());
-                    LOG.error(e.getMessage(), e);
+                    LOG.error("Error {}", e);
                 }
             }
         }