]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/QemuVideoDxe/VbeShim.c
OvmfPkg/QemuVideoDxe: upgrade VERBOSE debug messages to INFO
[mirror_edk2.git] / OvmfPkg / QemuVideoDxe / VbeShim.c
index 6a569f62744938d2e38f6ae9239ce4a2a0058267..4c4517e9da27556c8dde6612a2aa39904ae79ba0 100644 (file)
@@ -100,7 +100,7 @@ InstallVbeShim (
     //\r
     Handler = (Int0x10->Segment << 4) + Int0x10->Offset;\r
     if (Handler >= SegmentC && Handler < SegmentF) {\r
-      DEBUG ((EFI_D_VERBOSE, "%a: Video BIOS handler found at %04x:%04x\n",\r
+      DEBUG ((EFI_D_INFO, "%a: Video BIOS handler found at %04x:%04x\n",\r
         __FUNCTION__, Int0x10->Segment, Int0x10->Offset));\r
       return;\r
     }\r
@@ -109,7 +109,7 @@ InstallVbeShim (
     // Otherwise we'll overwrite the Int10h vector, even though we may not own\r
     // the page at zero.\r
     //\r
-    DEBUG ((EFI_D_VERBOSE, "%a: failed to allocate page at zero: %r\n",\r
+    DEBUG ((EFI_D_INFO, "%a: failed to allocate page at zero: %r\n",\r
       __FUNCTION__, Status));\r
   } else {\r
     //\r