diff options
-rw-r--r-- | UefiMonitorTest/Graphics.c | 4 |
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 )); |