mirror of
https://github.com/openvswitch/ovs
synced 2025-08-24 19:07:45 +00:00
datapath-windows: Remove a not needed debug message from Flow.c.
Signed-off-by: Ankur Sharma <ankursharma@vmware.com> Acked-by: Nithin Raju <nithin@vmware.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
parent
01c0f83a4f
commit
e9bbe84b6b
@ -1184,8 +1184,6 @@ _MapNlToFlowPut(POVS_MESSAGE msgIn, PNL_ATTR keyAttr,
|
|||||||
(keyAttrs[OVS_KEY_ATTR_TUNNEL])
|
(keyAttrs[OVS_KEY_ATTR_TUNNEL])
|
||||||
- (PCHAR)nlMsgHdr);
|
- (PCHAR)nlMsgHdr);
|
||||||
|
|
||||||
OVS_LOG_ERROR("Parse Flow Tunnel Key Policy");
|
|
||||||
|
|
||||||
/* Get tunnel keys attributes */
|
/* Get tunnel keys attributes */
|
||||||
if ((NlAttrParseNested(nlMsgHdr, tunnelKeyAttrOffset,
|
if ((NlAttrParseNested(nlMsgHdr, tunnelKeyAttrOffset,
|
||||||
NlAttrLen(keyAttrs[OVS_KEY_ATTR_TUNNEL]),
|
NlAttrLen(keyAttrs[OVS_KEY_ATTR_TUNNEL]),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user