Insert new lines in every debug message
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
parent
8a23f6ba0e
commit
18d5a6d794
@ -49,7 +49,7 @@ BlStartXtLoader(IN EFI_HANDLE ImageHandle,
|
|||||||
if(Status != STATUS_EFI_SUCCESS)
|
if(Status != STATUS_EFI_SUCCESS)
|
||||||
{
|
{
|
||||||
/* Initialization failed, try printing error to stdout and serial console */
|
/* Initialization failed, try printing error to stdout and serial console */
|
||||||
BlEfiPrint(L"ERROR: Failed to initialize serial console");
|
BlEfiPrint(L"ERROR: Failed to initialize serial console\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Disable watchdog timer */
|
/* Disable watchdog timer */
|
||||||
@ -57,7 +57,7 @@ BlStartXtLoader(IN EFI_HANDLE ImageHandle,
|
|||||||
if(Status != STATUS_EFI_SUCCESS)
|
if(Status != STATUS_EFI_SUCCESS)
|
||||||
{
|
{
|
||||||
/* Failed to disable the timer, print message */
|
/* Failed to disable the timer, print message */
|
||||||
BlDbgPrint(L"WARNING: Failed to disable watchdog timer");
|
BlDbgPrint(L"WARNING: Failed to disable watchdog timer\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Infinite bootloader loop */
|
/* Infinite bootloader loop */
|
||||||
|
Loading…
Reference in New Issue
Block a user