Re: [ovs-dev] [PATCH 2/4] ovs_strerror, ovs_format_message: Always use "Success" for errno 0

2016-03-23 Thread Takashi Yamamoto
On Thu, Mar 24, 2016 at 12:44 AM, Ben Pfaff wrote: > On Wed, Mar 16, 2016 at 09:39:32PM +0900, YAMAMOTO Takashi wrote: >> So that testsuite can compare log messages including the string. >> >> Signed-off-by: YAMAMOTO Takashi > > Thanks. I didn't know about

Re: [ovs-dev] [PATCH 2/4] ovs_strerror, ovs_format_message: Always use "Success" for errno 0

2016-03-23 Thread Ben Pfaff
On Wed, Mar 16, 2016 at 09:39:32PM +0900, YAMAMOTO Takashi wrote: > So that testsuite can compare log messages including the string. > > Signed-off-by: YAMAMOTO Takashi Thanks. I didn't know about this problem. Maybe the testsuite should be more lenient, but I guess

[ovs-dev] [PATCH 2/4] ovs_strerror, ovs_format_message: Always use "Success" for errno 0

2016-03-19 Thread YAMAMOTO Takashi
So that testsuite can compare log messages including the string. Signed-off-by: YAMAMOTO Takashi --- lib/util.c | 20 tests/ofproto-macros.at | 1 - 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/lib/util.c b/lib/util.c