[ovs-dev] [PATCH 2/5] bridge: Fix grammar in log message.

Ben Pfaff blp at nicira.com
Thu Jul 29 23:06:09 UTC 2010


---
 vswitchd/bridge.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c
index ea8680e..ae54573 100644
--- a/vswitchd/bridge.c
+++ b/vswitchd/bridge.c
@@ -420,7 +420,7 @@ set_up_iface(struct iface *iface, bool create)
         if (!iface_type || !strcmp(netdev_type, iface_type)) {
             error = netdev_reconfigure(iface->netdev, &options);
         } else {
-            VLOG_WARN("%s: attempting change device type from %s to %s",
+            VLOG_WARN("%s: attempting to change device type from %s to %s",
                       iface->cfg->name, netdev_type, iface_type);
             error = EINVAL;
         }
-- 
1.7.1





More information about the dev mailing list