Minor message text cleanup.

Signed-off-by: Victor J. Orlikowski <[email protected]>

diff --git a/ryu/ofproto/ofproto_parser.py b/ryu/ofproto/ofproto_parser.py
index ed726ff..1e553ca 100644
--- a/ryu/ofproto/ofproto_parser.py
+++ b/ryu/ofproto/ofproto_parser.py
@@ -63,8 +63,8 @@ def msg(datapath, version, msg_type, msg_len, xid, buf):
         return msg_parser(datapath, version, msg_type, msg_len, xid, buf)
     except:
         LOG.exception(
-            'Encounter an error during parsing OpenFlow packet from switch.'
-            'This implies switch sending a malformed OpenFlow packet.'
+            'Encountered an error while parsing OpenFlow packet from switch. '
+            'This implies the switch sent a malformed OpenFlow packet. '
             'version 0x%02x msg_type %d msg_len %d xid %d buf %s',
             version, msg_type, msg_len, xid, utils.hex_array(buf))
         return None


Best,
Victor
--
Victor J. Orlikowski <> vjo@[cs.]duke.edu


------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to