Skip to content

Commit

Permalink
fallback: Print the full FB_NO_REBOOT name in the verbose output
Browse files Browse the repository at this point in the history
Signed-off-by: João Paulo Rechi Vita <[email protected]>
  • Loading branch information
jprvita committed Sep 21, 2021
1 parent e54e585 commit 5a5c37a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fallback.c
Original file line number Diff line number Diff line change
Expand Up @@ -1154,7 +1154,8 @@ efi_main(EFI_HANDLE image, EFI_SYSTEM_TABLE *systab)
try_start_first_option(image);
} else {
if (get_fallback_no_reboot() == 1) {
VerbosePrint(L"NO_REBOOT is set, starting the first image\n");
VerbosePrint(L"%s is set, starting the first image\n",
NO_REBOOT);
try_start_first_option(image);
}

Expand Down

0 comments on commit 5a5c37a

Please sign in to comment.