diff options
Diffstat (limited to 'EmulatorPkg/Sec')
-rw-r--r-- | EmulatorPkg/Sec/Sec.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/EmulatorPkg/Sec/Sec.c b/EmulatorPkg/Sec/Sec.c index 1c0f73d669..e1bee4f6b4 100644 --- a/EmulatorPkg/Sec/Sec.c +++ b/EmulatorPkg/Sec/Sec.c @@ -80,7 +80,7 @@ _ModuleEntryPoint ( EMU_MAGIC_PAGE()->PpiList = PpiList;
ProcessLibraryConstructorList ();
- DEBUG ((EFI_D_ERROR, "SEC Has Started\n"));
+ DEBUG ((DEBUG_ERROR, "SEC Has Started\n"));
//
// Add Our PPIs to the list
@@ -136,5 +136,3 @@ _ModuleEntryPoint ( ASSERT (FALSE);
return;
}
-
-
|