X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fprotocol_plugins%2Fopenflow%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fprotocol_plugin%2Fopenflow%2Fcore%2Finternal%2FMessageReadWriteService.java;h=fc2e0ee324b2cc4934a1f4181988cf674d6bebc1;hb=ff1b4a79cca00743a00c3b0b1100bd0ab2b2fb31;hp=3dd99e60064e181b26941985d45017ddfab97e23;hpb=e326757873804be369d20efd0b54467871094c06;p=controller.git diff --git a/opendaylight/protocol_plugins/openflow/src/main/java/org/opendaylight/controller/protocol_plugin/openflow/core/internal/MessageReadWriteService.java b/opendaylight/protocol_plugins/openflow/src/main/java/org/opendaylight/controller/protocol_plugin/openflow/core/internal/MessageReadWriteService.java index 3dd99e6006..fc2e0ee324 100644 --- a/opendaylight/protocol_plugins/openflow/src/main/java/org/opendaylight/controller/protocol_plugin/openflow/core/internal/MessageReadWriteService.java +++ b/opendaylight/protocol_plugins/openflow/src/main/java/org/opendaylight/controller/protocol_plugin/openflow/core/internal/MessageReadWriteService.java @@ -52,7 +52,7 @@ public class MessageReadWriteService implements IMessageReadWrite { /** * Sends the OF message out over the socket channel. - * + * * @param msg * OF message to be sent * @throws Exception @@ -84,13 +84,13 @@ public class MessageReadWriteService implements IMessageReadWrite { this.clientSelectionKey = this.socket.register(this.selector, SelectionKey.OP_WRITE, this); } - logger.trace("Message sent: {}", msg.toString()); + logger.trace("Message sent: {}", msg); } } /** * Resumes sending the remaining messages in the outgoing buffer - * + * * @throws Exception */ @Override @@ -116,7 +116,7 @@ public class MessageReadWriteService implements IMessageReadWrite { /** * Reads the incoming network data from the socket and retrieves the OF * messages. - * + * * @return list of OF messages * @throws Exception */