]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/Dxe/Event/Tpl.c
MdeModulePkg: Change use of EFI_D_* to DEBUG_*
[mirror_edk2.git] / MdeModulePkg / Core / Dxe / Event / Tpl.c
index 5ff8eb55baf23f74125d0384c7afe14fe2be7670..8b5928df00ef0e4eb92059c1b008e3618eed5187 100644 (file)
@@ -60,7 +60,7 @@ CoreRaiseTpl (
 \r
   OldTpl = gEfiCurrentTpl;\r
   if (OldTpl > NewTpl) {\r
-    DEBUG ((EFI_D_ERROR, "FATAL ERROR - RaiseTpl with OldTpl(0x%x) > NewTpl(0x%x)\n", OldTpl, NewTpl));\r
+    DEBUG ((DEBUG_ERROR, "FATAL ERROR - RaiseTpl with OldTpl(0x%x) > NewTpl(0x%x)\n", OldTpl, NewTpl));\r
     ASSERT (FALSE);\r
   }\r
   ASSERT (VALID_TPL (NewTpl));\r
@@ -101,7 +101,7 @@ CoreRestoreTpl (
 \r
   OldTpl = gEfiCurrentTpl;\r
   if (NewTpl > OldTpl) {\r
-    DEBUG ((EFI_D_ERROR, "FATAL ERROR - RestoreTpl with NewTpl(0x%x) > OldTpl(0x%x)\n", NewTpl, OldTpl));\r
+    DEBUG ((DEBUG_ERROR, "FATAL ERROR - RestoreTpl with NewTpl(0x%x) > OldTpl(0x%x)\n", NewTpl, OldTpl));\r
     ASSERT (FALSE);\r
   }\r
   ASSERT (VALID_TPL (NewTpl));\r