Skip to content

Commit 1d287bb

Browse files
raravind007nfrayer
authored andcommitted
chainloader: remove device path debug message
Remove the debug message "/EndEntire" while using GRUB chainloader command. Signed-off-by: raravind <[email protected]> (cherry picked from commit f75f538)
1 parent 1e90a46 commit 1d287bb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

grub-core/loader/efi/chainloader.c

-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ make_file_path (grub_efi_device_path_t *dp, const char *filename)
210210
/* Fill the file path for the directory. */
211211
d = (grub_efi_device_path_t *) ((char *) file_path
212212
+ ((char *) d - (char *) dp));
213-
grub_efi_print_device_path (d);
214213
if (copy_file_path ((grub_efi_file_path_device_path_t *) d,
215214
dir_start, dir_end - dir_start) != GRUB_ERR_NONE)
216215
{

0 commit comments

Comments
 (0)