summaryrefslogtreecommitdiffstats
path: root/gptsync
diff options
context:
space:
mode:
Diffstat (limited to 'gptsync')
-rw-r--r--gptsync/gptsync.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gptsync/gptsync.c b/gptsync/gptsync.c
index bd224cbb4..8de9b8093 100644
--- a/gptsync/gptsync.c
+++ b/gptsync/gptsync.c
@@ -350,6 +350,7 @@ static UINTN write_mbr(VOID)
}
}
if (!have_bootcode) {
+ Print(L"Writing boot code to MBR\n");
// no boot code found in the MBR, add the syslinux MBR code
SetMem(sector, MBR_BOOTCODE_SIZE, 0);
CopyMem(sector, syslinux_mbr, SYSLINUX_MBR_SIZE);