ofproto: correct typo

Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
Simon Horman 2014-02-19 17:14:13 +09:00 committed by FUJITA Tomonori
parent c8b45e18b0
commit 1250c6d3a3

View File

@ -57,7 +57,7 @@ def msg(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 malfold OpenFlow packet.'
'This implies switch sending a malformed OpenFlow packet.'
'version 0x%02x msg_type %d msg_len %d xid %d buf %s',
version, msg_type, msg_len, xid, utils.bytearray_to_hex(buf))
return None