ofp_packet_queue structure - implemented missing fields
[openflowjava.git] / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / protocol / impl / core / OFFrameDecoder.java
index 677bab0c327da24285e0403b89b88a6e89aff902..71cbb5cf3bc4dfe663b5963b0ea2ce5cf660dc41 100644 (file)
@@ -27,7 +27,7 @@ public class OFFrameDecoder extends ByteToMessageDecoder {
      * Constructor of class.
      */
     public OFFrameDecoder() {
-        LOGGER.info("Creating OFFrameDecoder");
+        LOGGER.debug("Creating OFFrameDecoder");
     }
 
     @Override