summaryrefslogtreecommitdiffstats
path: root/FatPkg/EnhancedFatDxe/Open.c
diff options
context:
space:
mode:
authorMichael D Kinney <michael.d.kinney@intel.com>2021-11-16 19:21:22 -0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-12-07 17:24:28 +0000
commit917e98f3e5268c3754d472f7b20eb9bf8eba169d (patch)
tree1c9b0afd9888d2923a774e54a9916e82746b88b9 /FatPkg/EnhancedFatDxe/Open.c
parent9c7da8d8041db4c2406476a72c960ac4c0e327d5 (diff)
downloadedk2-917e98f3e5268c3754d472f7b20eb9bf8eba169d.tar.gz
edk2-917e98f3e5268c3754d472f7b20eb9bf8eba169d.tar.bz2
edk2-917e98f3e5268c3754d472f7b20eb9bf8eba169d.zip
FatPkg: Change use of EFI_D_* to DEBUG_*
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3739 Update all use of EFI_D_* defines in DEBUG() macros to DEBUG_* defines. Cc: Andrew Fish <afish@apple.com> Cc: Leif Lindholm <leif@nuviainc.com> Cc: Michael Kubacki <michael.kubacki@microsoft.com> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Ray Ni <ray.ni@intel.com>
Diffstat (limited to 'FatPkg/EnhancedFatDxe/Open.c')
-rw-r--r--FatPkg/EnhancedFatDxe/Open.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/FatPkg/EnhancedFatDxe/Open.c b/FatPkg/EnhancedFatDxe/Open.c
index 1b716e0cdf..6ec7d8e541 100644
--- a/FatPkg/EnhancedFatDxe/Open.c
+++ b/FatPkg/EnhancedFatDxe/Open.c
@@ -168,7 +168,7 @@ FatOFileOpen (
(*NewIFile)->ReadOnly = (BOOLEAN)!WriteMode;
- DEBUG ((EFI_D_INFO, "FSOpen: Open '%S' %r\n", FileName, Status));
+ DEBUG ((DEBUG_INFO, "FSOpen: Open '%S' %r\n", FileName, Status));
return FatOFileFlush (OFile);
}