ovs-ofctl: Improve error message for "ovs-ofctl show nonexistent".
authorBen Pfaff <blp@nicira.com>
Wed, 20 Jul 2011 21:31:54 +0000 (14:31 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 20 Jul 2011 21:32:33 +0000 (14:32 -0700)
Suggested-by: Peter Balland <peter@nicira.com>
utilities/ovs-ofctl.c

index a6fff25..a94bde8 100644 (file)
@@ -247,7 +247,7 @@ open_vconn__(const char *name, const char *default_suffix,
         }
         open_vconn_socket(socket_name, vconnp);
     } else {
-        ovs_fatal(0, "%s is not a valid connection method", name);
+        ovs_fatal(0, "%s is not a bridge or a socket", name);
     }
 
     free(bridge_path);