Re: [ovs-dev] [PATCH] vlog: Fix typo in VLOG_IS_ERR_ENABLED macro definition.

2011-07-28 Thread Ben Pfaff
Thank you. I pushed it. On Thu, Jul 28, 2011 at 10:24:37AM -0700, Justin Pettit wrote: > Looks obviously correct. > > --Justin > > > On Jul 28, 2011, at 9:45 AM, Ben Pfaff wrote: > > > This does not fix any real bug because VLOG_IS_ERR_ENABLED is not used > > anywhere in the tree. > > --- > >

Re: [ovs-dev] [PATCH] vlog: Fix typo in VLOG_IS_ERR_ENABLED macro definition.

2011-07-28 Thread Justin Pettit
Looks obviously correct. --Justin On Jul 28, 2011, at 9:45 AM, Ben Pfaff wrote: > This does not fix any real bug because VLOG_IS_ERR_ENABLED is not used > anywhere in the tree. > --- > lib/vlog.h |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/lib/vlog.h b/lib/vlo

[ovs-dev] [PATCH] vlog: Fix typo in VLOG_IS_ERR_ENABLED macro definition.

2011-07-28 Thread Ben Pfaff
This does not fix any real bug because VLOG_IS_ERR_ENABLED is not used anywhere in the tree. --- lib/vlog.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/vlog.h b/lib/vlog.h index 1a11f59..7c439f2 100644 --- a/lib/vlog.h +++ b/lib/vlog.h @@ -198,7 +198,7 @@ void vlo