On Thu, 17 Oct 2024 18:47:54 +0200
David Marchand <david.march...@redhat.com> wrote:

> > diff --git a/lib/eal/linux/eal.c b/lib/eal/linux/eal.c
> > index 40d750ed0d..c53a051405 100644
> > --- a/lib/eal/linux/eal.c
> > +++ b/lib/eal/linux/eal.c
> > @@ -830,8 +830,7 @@ rte_eal_iopl_init(void)
> >
> >  static void rte_eal_init_alert(const char *msg)
> >  {
> > -       fprintf(stderr, "EAL: FATAL: %s\n", msg);
> > -       EAL_LOG(ERR, "%s", msg);
> > +       EAL_LOG(ALERT, "%s", msg);
> >  }
> >
> >  /*  
> 
> Any reason why Windows was not changed?
> 
> I can add the missing bit when applying.


No reason that Windows was not changed, just forgot about it.

Reply via email to