summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif-upcall.c
diff options
context:
space:
mode:
Diffstat (limited to 'ofproto/ofproto-dpif-upcall.c')
-rw-r--r--ofproto/ofproto-dpif-upcall.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ofproto/ofproto-dpif-upcall.c b/ofproto/ofproto-dpif-upcall.c
index 57f94df54..88ae46f14 100644
--- a/ofproto/ofproto-dpif-upcall.c
+++ b/ofproto/ofproto-dpif-upcall.c
@@ -1246,7 +1246,8 @@ upcall_xlate(struct udpif *udpif, struct upcall *upcall,
if (!VLOG_DROP_WARN(&rll)) {
ds_init(&output);
ofproto_trace(upcall->ofproto, upcall->flow,
- upcall->packet, NULL, 0, NULL, &output);
+ upcall->packet, NULL, 0, NULL, &output,
+ false);
VLOG_WARN("%s", ds_cstr(&output));
ds_destroy(&output);
}