vswitch: Fix typo in log message.
authorBen Pfaff <blp@nicira.com>
Thu, 4 Jun 2009 22:35:44 +0000 (15:35 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 4 Jun 2009 22:35:44 +0000 (15:35 -0700)
vswitchd/bridge.c

index 869efe6267cb58d6b944a4f37115612206061908..ce23a318c8f7269d41c7e03d56640e1eb7baf18f 100644 (file)
@@ -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 ? "enabled" : "disabled");
                 if (!iface->enabled) {
                     ofproto_revalidate(br->ofproto, iface->tag);
                     if (iface->port_ifidx == port->active_iface) {