X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fdpif.c;h=1c1a5243fd008e10b86c10d33fea3049a86649ad;hb=7aaeab4df24b7e9460705b1dad1010eef0354c50;hp=9c5cf3d07cea8c9c23a95e2eb4d6f1cada19d948;hpb=d017eeb9f9ebcb46c24a67fd301b3e36cd26a04e;p=sliver-openvswitch.git diff --git a/lib/dpif.c b/lib/dpif.c index 9c5cf3d07..1c1a5243f 100644 --- a/lib/dpif.c +++ b/lib/dpif.c @@ -1352,7 +1352,7 @@ log_flow_message(const struct dpif *dpif, int error, const char *operation, if (error) { ds_put_format(&ds, "(%s) ", ovs_strerror(error)); } - odp_flow_format(key, key_len, mask, mask_len, &ds); + odp_flow_format(key, key_len, mask, mask_len, &ds, true); if (stats) { ds_put_cstr(&ds, ", "); dpif_flow_stats_format(stats, &ds);