From: Ben Pfaff Date: Wed, 20 Jul 2011 21:31:54 +0000 (-0700) Subject: ovs-ofctl: Improve error message for "ovs-ofctl show nonexistent". X-Git-Tag: v1.2.0~66 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=2c0e6eb41fa7747e0dbfbe87777a5906bd7d95fb;p=sliver-openvswitch.git ovs-ofctl: Improve error message for "ovs-ofctl show nonexistent". Suggested-by: Peter Balland --- diff --git a/utilities/ovs-ofctl.c b/utilities/ovs-ofctl.c index a6fff256c..a94bde8e2 100644 --- a/utilities/ovs-ofctl.c +++ b/utilities/ovs-ofctl.c @@ -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);