ofproto: set up helpful flow pointers for odp miss messages
[openvswitch] / lib / vconn.c
index d2a3829f347bb1bf1f1f0016d6c9d59bd54cc35c..380e374aa8b60883060f2908c6237e74da038c5a 100644 (file)
@@ -667,7 +667,8 @@ vconn_recv_xid(struct vconn *vconn, uint32_t xid, struct ofpbuf **replyp)
         }
 
         VLOG_DBG_RL(&bad_ofmsg_rl, "%s: received reply with xid %08"PRIx32
-                    " != expected %08"PRIx32, vconn->name, recv_xid, xid);
+                    " != expected %08"PRIx32,
+                    vconn->name, ntohl(recv_xid), ntohl(xid));
         ofpbuf_delete(reply);
     }
 }