OPNFLWPLUG-1032: Neon-MRI: Bump odlparent, yangtools, mdsal
[openflowplugin.git] / extension / openflowjava-extension-nicira / src / main / java / org / opendaylight / openflowjava / nx / codec / action / LearnCodecUtil.java
index a453440a2001ea41ea2d19b934ef5d886340ef18..03cb99afe47571eec69ddbed5e1dac3dbb652fa1 100644 (file)
@@ -214,8 +214,8 @@ public final class LearnCodecUtil {
         }
 
         if (LearnCodecUtil.length != 0) {
-            LOG.error("Learn Codec read " + Math.abs(messageLength)
-                    + " bytes more than needed from stream. Packet might be corrupted");
+            LOG.error("Learn Codec read {} bytes more than needed from stream. Packet might be corrupted",
+                    Math.abs(messageLength));
         }
         nxActionLearnBuilder.setFlowMods(flowModeList);
     }