X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=samples%2Fsimple-client%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fopenflowjava%2Fprotocol%2Fimpl%2Fclients%2FSendEvent.java;h=fa4936a3b3e16410fb30380aabbcddb66f6c5d72;hb=b4f4b4b702e2ccd8a7c62fd2a5c184c5b1cbe665;hp=d5885ef62aff0ab433dd7cf535268981ee794cfa;hpb=2373479fdc5a59f1399e50f5de1dc321d429d76b;p=openflowplugin.git diff --git a/samples/simple-client/src/main/java/org/opendaylight/openflowjava/protocol/impl/clients/SendEvent.java b/samples/simple-client/src/main/java/org/opendaylight/openflowjava/protocol/impl/clients/SendEvent.java index d5885ef62a..fa4936a3b3 100644 --- a/samples/simple-client/src/main/java/org/opendaylight/openflowjava/protocol/impl/clients/SendEvent.java +++ b/samples/simple-client/src/main/java/org/opendaylight/openflowjava/protocol/impl/clients/SendEvent.java @@ -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;