2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-17 14:28:02 +00:00

Merge citrix branch into master.

This commit is contained in:
Jesse Gross
2009-11-10 15:12:01 -08:00
31 changed files with 630 additions and 330 deletions

View File

@@ -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;
}