ofp-util: Fix typo in invalid port range error message.
[sliver-openvswitch.git] / lib / flow.c
index c2e99b7..d511fd8 100644 (file)
@@ -529,7 +529,7 @@ flow_format(struct ds *ds, const struct flow *flow)
     struct match match;
 
     match_wc_init(&match, flow);
-    match_format(&match, ds, flow->skb_priority);
+    match_format(&match, ds, OFP_DEFAULT_PRIORITY);
 }
 
 void