Re: [ovs-dev] [PATCH] test-sflow: Fix error message when a socket cannot be opened.

2015-01-23 Thread Ben Pfaff
On Fri, Jan 23, 2015 at 12:17:04PM +0100, Thomas Graf wrote: > On 01/22/15 at 10:03pm, Ben Pfaff wrote: > > The error message should name the socket, which is 'target', not argv[1], > > which might be anything. > > > > Signed-off-by: Ben Pfaff > > Acked-by: Thomas Graf Thanks, applied to maste

Re: [ovs-dev] [PATCH] test-sflow: Fix error message when a socket cannot be opened.

2015-01-23 Thread Thomas Graf
On 01/22/15 at 10:03pm, Ben Pfaff wrote: > The error message should name the socket, which is 'target', not argv[1], > which might be anything. > > Signed-off-by: Ben Pfaff Acked-by: Thomas Graf ___ dev mailing list dev@openvswitch.org http://openvswi

[ovs-dev] [PATCH] test-sflow: Fix error message when a socket cannot be opened.

2015-01-22 Thread Ben Pfaff
The error message should name the socket, which is 'target', not argv[1], which might be anything. Signed-off-by: Ben Pfaff --- tests/test-sflow.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test-sflow.c b/tests/test-sflow.c index 959cd6c..4f7940d 100644 --- a/t