Re: [ovs-dev] [PATCH] dpif-netlink: Fix log level for error message

2017-07-29 Thread Roi Dayan
On 27/07/2017 23:03, Eric Garver wrote: On Thu, Jul 27, 2017 at 10:17:48AM -0700, Joe Stringer wrote: On 27 July 2017 at 05:43, Eric Garver wrote: On Thu, Jul 27, 2017 at 10:27:18AM +0300, Roi Dayan wrote: Since it's an error message log it with VLOG_ERR instead of VLOG_INFO.

Re: [ovs-dev] [PATCH] dpif-netlink: Fix log level for error message

2017-07-27 Thread Eric Garver
On Thu, Jul 27, 2017 at 10:17:48AM -0700, Joe Stringer wrote: > On 27 July 2017 at 05:43, Eric Garver wrote: > > On Thu, Jul 27, 2017 at 10:27:18AM +0300, Roi Dayan wrote: > >> Since it's an error message log it with VLOG_ERR instead of VLOG_INFO. > >> > >> Signed-off-by: Roi Dayan

Re: [ovs-dev] [PATCH] dpif-netlink: Fix log level for error message

2017-07-27 Thread Joe Stringer
On 27 July 2017 at 05:43, Eric Garver wrote: > On Thu, Jul 27, 2017 at 10:27:18AM +0300, Roi Dayan wrote: >> Since it's an error message log it with VLOG_ERR instead of VLOG_INFO. >> >> Signed-off-by: Roi Dayan >> --- >> lib/dpif-netlink.c | 4 ++-- >> 1 file

Re: [ovs-dev] [PATCH] dpif-netlink: Fix log level for error message

2017-07-27 Thread Eric Garver
On Thu, Jul 27, 2017 at 10:27:18AM +0300, Roi Dayan wrote: > Since it's an error message log it with VLOG_ERR instead of VLOG_INFO. > > Signed-off-by: Roi Dayan > --- > lib/dpif-netlink.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git