projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f74be05
)
ofp-print: Fix typos.
author
Ben Pfaff
<blp@nicira.com>
Thu, 9 Dec 2010 01:08:46 +0000
(17:08 -0800)
committer
Ben Pfaff
<blp@nicira.com>
Thu, 9 Dec 2010 01:08:57 +0000
(17:08 -0800)
lib/ofp-print.c
patch
|
blob
|
history
diff --git
a/lib/ofp-print.c
b/lib/ofp-print.c
index faffe557aaa81cdf58cc962c548952a04dc4410f..28f2f3ce95bfde7f9937b6ec2e8de02c79c5566f 100644
(file)
--- a/
lib/ofp-print.c
+++ b/
lib/ofp-print.c
@@
-1021,9
+1021,9
@@
ofp_print_error_msg(struct ds *string, const struct ofp_error_msg *oem)
if (type == NXET_VENDOR && code == NXVC_VENDOR_ERROR) {
if (len < sizeof *oem + sizeof(struct nx_vendor_error)) {
- ds_put_format(
&
string,
+ ds_put_format(string,
"(***truncated extended error message is %zu bytes "
- "when it should be at least %zu***)\n"
+ "when it should be at least %zu***)\n"
,
len, sizeof(struct nx_vendor_error));
return;
}