From 2c0e6eb41fa7747e0dbfbe87777a5906bd7d95fb Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 20 Jul 2011 14:31:54 -0700 Subject: [PATCH] ovs-ofctl: Improve error message for "ovs-ofctl show nonexistent". Suggested-by: Peter Balland --- utilities/ovs-ofctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.43.0