grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] change grub_print_error to use stderr for the utils


From: Felix Zielcke
Subject: Re: [PATCH] change grub_print_error to use stderr for the utils
Date: Tue, 12 Aug 2008 17:43:11 +0200

Am Dienstag, den 12.08.2008, 18:36 +0300 schrieb Vesa Jääskeläinen:
> Felix Zielcke wrote:
> > Here's now the patch Robert requested.
> > grub_print_error shouldn't use stdout for the utils.
> 
> > +#ifdef GRUB_UTIL
> > +   fprintf (stderr, "error: %s\n");
> > +#else
> >          grub_printf ("error: %s\n", grub_errmsg);
> > +#endif
> 
> There is at least bug here....

Just see my 2nd mail, I noticed this even before I saw yours.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]