On Fri, Aug 02, 2024 at 11:52:02AM +0100, Mate Kukri wrote:
> Users have no reason to see this without explictily asking for it, and

Users do not have any option to ask for it. Why do not use grub_dprintf("efi", 
...)
instead of grub_printf()?

Daniel

> it can break graphical boot.
>
> Signed-off-by: Mate Kukri <mate.ku...@canonical.com>
> ---
>  grub-core/loader/efi/chainloader.c | 4 ----
>  1 file changed, 4 deletions(-)
>
> diff --git a/grub-core/loader/efi/chainloader.c 
> b/grub-core/loader/efi/chainloader.c
> index eb833b678..11b64ac1b 100644
> --- a/grub-core/loader/efi/chainloader.c
> +++ b/grub-core/loader/efi/chainloader.c
> @@ -183,7 +183,6 @@ make_file_path (grub_efi_device_path_t *dp, const char 
> *filename)
>    /* Fill the file path for the directory.  */
>    d = (grub_efi_device_path_t *) ((char *) file_path
>                                 + ((char *) d - (char *) dp));
> -  grub_efi_print_device_path (d);
>    if (copy_file_path ((grub_efi_file_path_device_path_t *) d,
>                     dir_start, dir_end - dir_start) != GRUB_ERR_NONE)
>      {
> @@ -270,9 +269,6 @@ grub_cmd_chainloader (grub_command_t cmd __attribute__ 
> ((unused)),
>        file_path = make_file_path (dp, filename);
>        if (file_path == NULL)
>       goto fail;
> -
> -      grub_printf ("file path: ");
> -      grub_efi_print_device_path (file_path);
>      }
>
>    size = grub_file_size (file);

_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to