Allow any hello mesage and extend hello support for v1.4, v1.5
[openflowjava.git] / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / protocol / impl / core / connection / ChannelOutboundQueue.java
index a3ce3d5ef1012d1630df682f23341caad1e96c4e..5845dff85ae683f18bf3282df11243576414339d 100644 (file)
@@ -145,7 +145,7 @@ final class ChannelOutboundQueue extends ChannelInboundHandlerAdapter {
      */
     private void conditionalFlush() {
         if (queue.isEmpty()) {
-            LOG.trace("Queue is empty, not flush needed");
+            LOG.trace("Queue is empty, flush not needed");
             return;
         }
         if (!channel.isWritable()) {