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.
> > ---
> > 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 vlog_rate_limit(const struct vlog_module *, enum 
> > vlog_level,
> >  * THIS_MODULE.  When constructing a log message is expensive, this enables 
> > it
> >  * to be skipped. */
> > #define VLOG_IS_EMER_ENABLED() true
> > -#define VLOG_IS_ERR_ENABLED() vlog_is_enabled(THIS_MODULE, VLL_EMER)
> > +#define VLOG_IS_ERR_ENABLED() vlog_is_enabled(THIS_MODULE, VLL_ERR)
> > #define VLOG_IS_WARN_ENABLED() vlog_is_enabled(THIS_MODULE, VLL_WARN)
> > #define VLOG_IS_INFO_ENABLED() vlog_is_enabled(THIS_MODULE, VLL_INFO)
> > #define VLOG_IS_DBG_ENABLED() vlog_is_enabled(THIS_MODULE, VLL_DBG)
> > -- 
> > 1.7.4.4
> > 
> > _______________________________________________
> > dev mailing list
> > dev@openvswitch.org
> > http://openvswitch.org/mailman/listinfo/dev
> 
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to