[Top][All Lists]
[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.
- [PATCH] change grub_print_error to use stderr for the utils, Felix Zielcke, 2008/08/12
- Re: [PATCH] change grub_print_error to use stderr for the utils, Felix Zielcke, 2008/08/12
- Re: [PATCH] change grub_print_error to use stderr for the utils, Vesa Jääskeläinen, 2008/08/12
- Re: [PATCH] change grub_print_error to use stderr for the utils,
Felix Zielcke <=
- Re: [PATCH] change grub_print_error to use stderr for the utils, Robert Millan, 2008/08/12
- Re: [PATCH] change grub_print_error to use stderr for the utils, Felix Zielcke, 2008/08/12
- Re: [PATCH] change grub_print_error to use stderr for the utils, Marco Gerards, 2008/08/13