mirror of https://github.com/acidanthera/audk.git
Add EFI_D_INFO and EFI_D_WARN to the default print level.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5080 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
12618416ec
commit
90d44b32f4
|
@ -165,6 +165,6 @@ Abstract:
|
|||
|
||||
#define EFI_D_RESERVED (EFI_D_GENERIC | EFI_D_INTRINSIC)
|
||||
|
||||
#define EFI_DBUG_MASK (EFI_D_ERROR)
|
||||
#define EFI_DBUG_MASK (EFI_D_ERROR | EFI_D_INFO | EFI_D_WARN)
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue