X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=vswitchd%2Fmgmt.c;h=8da640fed263392493a2a998cffc93525c7cff7a;hb=5819a7cdcf44f0277c538353672fb27701c764f9;hp=d15b4ba46d365366bf75435cfa104acc39e698a7;hpb=f1acd62b54376a425a975f9af501c4c8c5689b39;p=openvswitch diff --git a/vswitchd/mgmt.c b/vswitchd/mgmt.c index d15b4ba4..8da640fe 100644 --- a/vswitchd/mgmt.c +++ b/vswitchd/mgmt.c @@ -700,7 +700,7 @@ recv_ofmp_extended_data(uint32_t xid, const struct ofmp_header *ofmph, * OpenFlow message. */ new_oh = ofpbuf_at(&ext_data_buffer, 0, 65536); if (!new_oh) { - VLOG_WARN_RL(&rl, "received short embedded message: %d\n", + VLOG_WARN_RL(&rl, "received short embedded message: %zu\n", ext_data_buffer.size); return -EINVAL; }