Added cachedThreadPool in ConnectionAdapter
[openflowjava.git] / simple-client / src / main / java / org / opendaylight / openflowjava / protocol / impl / clients / WaitForMessageEvent.java
index 58529dc10a0ec839d8cf896b1d0da69b6e964edb..d9a38b025f27578ae568930b74dcc066a07b4b6a 100644 (file)
@@ -29,7 +29,7 @@ public class WaitForMessageEvent implements ClientEvent {
             LOGGER.debug("received msg: " + ByteBufUtils.bytesToHexString(headerReceived));
             return false;
         }
-        LOGGER.info("Waitformessageevent - headers are same");
+        LOGGER.info("Headers OK");
         return true;
     }