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

Ben Pfaff blp at nicira.com
Fri Sep 17 10:41:44 PDT 2010


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

diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c
index cd13417..83d79e4 100644
--- a/vswitchd/bridge.c
+++ b/vswitchd/bridge.c
@@ -404,7 +404,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