projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
210b2ad
)
Fix typo in user message.
author
Ben Pfaff
<blp@nicira.com>
Fri, 27 Jun 2008 23:20:27 +0000
(16:20 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Tue, 1 Jul 2008 17:51:47 +0000
(10:51 -0700)
secchan/secchan.c
patch
|
blob
|
history
diff --git
a/secchan/secchan.c
b/secchan/secchan.c
index 037cc7682937a7718a31259f4e9618161073a9f1..cb77050ddf355e166601da0eadad00045239cec0 100644
(file)
--- a/
secchan/secchan.c
+++ b/
secchan/secchan.c
@@
-146,7
+146,7
@@
main(int argc, char *argv[])
if (strncmp(nl_name, "nl:", 3)
|| strlen(nl_name) < 4
|| nl_name[strspn(nl_name + 3, "0123456789") + 3]) {
- fatal(0, "%s: argument is not of the form \"nl:DP_ID\"", nl_name);
+ fatal(0, "%s: argument is not of the form \"nl:DP_ID
X
\"", nl_name);
}
if (listen_vconn_name) {