Logging updated
[openflowjava.git] / simple-client / src / main / java / org / opendaylight / openflowjava / protocol / impl / clients / WaitForMessageEvent.java
index 688a128e4ec616f206423cde15040dbbd7020fd4..b4b80cfb0718f9947d73883c8f3353e9f7a8cff3 100644 (file)
@@ -41,7 +41,7 @@ public class WaitForMessageEvent implements ClientEvent {
             LOGGER.debug("received msg: " + ByteBufUtils.bytesToHexString(headerReceived));
             return false;
         }
-        LOGGER.info("Headers OK");
+        LOGGER.debug("Headers OK");
         return true;
     }