]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg/Core/Pei: Make migrated PEIM message verbose
authorMichael Kubacki <michael.kubacki@microsoft.com>
Thu, 9 Sep 2021 03:46:00 +0000 (11:46 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 16 Sep 2021 01:51:36 +0000 (01:51 +0000)
Currently, the debug message that prints the name of a PEIM
being migrated is DEBUG_INFO while similar messages are
DEBUG_VERBOSE. This change updates the print level to
DEBUG_VERBOSE for consistency.

Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Dandan Bi <dandan.bi@intel.com>
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c

index 8780297a77fcdb2b0f3d21835433aad72305cc8d..a050a6ed964613f48b75f66313ef98e821287dcd 100644 (file)
@@ -993,7 +993,7 @@ MigratePeim (
         AsciiString[Index] = 0;\r
       }\r
     }\r
-    DEBUG ((DEBUG_INFO, "%a", AsciiString));\r
+    DEBUG ((DEBUG_VERBOSE, "%a", AsciiString));\r
     DEBUG_CODE_END ();\r
 \r
     Pe32Data = (VOID *) ((UINTN) ImageAddress - (UINTN) MigratedFileHandle + (UINTN) FileHandle);\r