Always distribute extras/ezio/ezio3.ti.
[openvswitch] / lib / dpif.c
index 4475913cea42037780271697f938d9c311c2c70e..78e8ec3cfadde1a7db620b971ca97783320808ac 100644 (file)
@@ -706,7 +706,7 @@ dpif_recv(struct dpif *dpif, struct ofpbuf **bufp)
             return 0;
         } else {
             VLOG_WARN_RL(&error_rl, "dp%u: discarding message truncated "
-                         "from %zu bytes to %d",
+                         "from %"PRIu32" bytes to %d",
                          dpif->minor, msg->length, retval);
             error = ERANGE;
         }