Skip to content

Commit

Permalink
removes the debug message "/EndEntire" while using GRUB chainloader c…
Browse files Browse the repository at this point in the history
…ommand

Signed-off-by: raravind  <[email protected]>
  • Loading branch information
raravind007 committed Jul 5, 2023
1 parent 7de33f4 commit f75f538
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion grub-core/loader/efi/chainloader.c
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,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)
{
Expand Down

0 comments on commit f75f538

Please sign in to comment.