aboutsummaryrefslogtreecommitdiffstats
path: root/UefiMonitorTest/Graphics.c
diff options
context:
space:
mode:
Diffstat (limited to 'UefiMonitorTest/Graphics.c')
-rw-r--r--UefiMonitorTest/Graphics.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/UefiMonitorTest/Graphics.c b/UefiMonitorTest/Graphics.c
index 756f085..592f674 100644
--- a/UefiMonitorTest/Graphics.c
+++ b/UefiMonitorTest/Graphics.c
@@ -131,10 +131,10 @@ PrepareGraphicsInfo (
DEBUG ((
DEBUG_INFO,
"GOP information:\n"
- "Mode: %d\n"
+ "Mode: %d/%d\n"
"Framebuffer address, size: %x, %d\n"
"Screen width x height: %d x %d\n",
- Gop->Mode->Mode,
+ Gop->Mode->Mode, Gop->Mode->MaxMode,
Gop->Mode->FrameBufferBase, Gop->Mode->FrameBufferSize,
Gop->Mode->Info->HorizontalResolution, Gop->Mode->Info->VerticalResolution
));