projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a580902
)
vswitch: Fix typo in log message.
author
Ben Pfaff
<blp@nicira.com>
Thu, 4 Jun 2009 22:35:44 +0000
(15:35 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Thu, 4 Jun 2009 22:35:44 +0000
(15:35 -0700)
vswitchd/bridge.c
patch
|
blob
|
history
diff --git
a/vswitchd/bridge.c
b/vswitchd/bridge.c
index 869efe6267cb58d6b944a4f37115612206061908..ce23a318c8f7269d41c7e03d56640e1eb7baf18f 100644
(file)
--- a/
vswitchd/bridge.c
+++ b/
vswitchd/bridge.c
@@
-1364,7
+1364,7
@@
bond_run(struct bridge *br)
iface->enabled = !iface->enabled;
VLOG_WARN("interface %s: %s",
iface->name,
- iface->enabled ? "enable" : "disabled");
+ iface->enabled ? "enable
d
" : "disabled");
if (!iface->enabled) {
ofproto_revalidate(br->ofproto, iface->tag);
if (iface->port_ifidx == port->active_iface) {