OPNFLWPLUG-1032: Neon-MRI: Bump odlparent, yangtools, mdsal
[openflowplugin.git] / samples / simple-client / src / main / java / org / opendaylight / openflowjava / protocol / impl / clients / SendEvent.java
index d5885ef62aff0ab433dd7cf535268981ee794cfa..fa4936a3b3e16410fb30380aabbcddb66f6c5d72 100644 (file)
@@ -44,7 +44,7 @@ public class SendEvent implements ClientEvent {
         ctx.writeAndFlush(buffer);
 
         if (LOG.isDebugEnabled()) {
-            LOG.debug(">> {}", ByteBufUtils.bytesToHexString(msgToSend));
+            LOG.debug("Message to send {}", ByteBufUtils.bytesToHexString(msgToSend));
             LOG.debug("message sent");
         }
         return true;