Fixed netty & checkstyle failures
[openflowjava.git] / openflow-protocol-impl / src / test / java / org / opendaylight / openflowjava / protocol / impl / util / OF13MatchSerializerTest.java
index 999607d2f022a0fc9f8e0d593f9f0b925f971db4..94b90b9dedb722d3837baea01dc14d95a4a5e9c9 100644 (file)
@@ -283,7 +283,7 @@ public class OF13MatchSerializerTest {
         byte[] label = new byte[4];
         out.readBytes(label);
 
-        LOG.debug("label: "+ ByteBufUtils.bytesToHexString(label));
+        LOG.debug("label: {}", ByteBufUtils.bytesToHexString(label));
         Assert.assertArrayEquals("Wrong ipv6FLabel", new byte[]{0, 0x0f, (byte) 0x9e, (byte) 0x8d}, label);
     }