X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=lib%2Fdpif-linux.c;h=2bf329f453732137c1d08c936ecae7c5e151ee4e;hb=5e4641a147c3e450a56b199b9066f1af75c2f779;hp=8216d18709933294c4f17b87ffed80402ad5b6fc;hpb=3f355f47f8e7343e909ccfa854454d667baf3c38;p=openvswitch diff --git a/lib/dpif-linux.c b/lib/dpif-linux.c index 8216d187..2bf329f4 100644 --- a/lib/dpif-linux.c +++ b/lib/dpif-linux.c @@ -419,7 +419,7 @@ dpif_linux_recv(struct dpif *dpif_, struct ofpbuf **bufp) return 0; } else { VLOG_WARN_RL(&error_rl, "%s: discarding message truncated " - "from %zu bytes to %d", + "from %"PRIu32" bytes to %d", dpif_name(dpif_), msg->length, retval); error = ERANGE; }