summaryrefslogtreecommitdiffstats
path: root/ShellPkg
diff options
context:
space:
mode:
authorMichael D Kinney <michael.d.kinney@intel.com>2021-11-16 19:21:37 -0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-12-07 17:24:28 +0000
commit4a1aee13d886b27dad24e63737d80fdad12939c6 (patch)
treedbd7bfc9eeb523c58303744b7aba13fd8ece2899 /ShellPkg
parente905fbb05adfc050e2953309e64f44e8562c0ddd (diff)
downloadedk2-4a1aee13d886b27dad24e63737d80fdad12939c6.tar.gz
edk2-4a1aee13d886b27dad24e63737d80fdad12939c6.tar.bz2
edk2-4a1aee13d886b27dad24e63737d80fdad12939c6.zip
ShellPkg: 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 'ShellPkg')
-rw-r--r--ShellPkg/DynamicCommand/DpDynamicCommand/DpUtilities.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ShellPkg/DynamicCommand/DpDynamicCommand/DpUtilities.c b/ShellPkg/DynamicCommand/DpDynamicCommand/DpUtilities.c
index d1753fe00b..418b852790 100644
--- a/ShellPkg/DynamicCommand/DpDynamicCommand/DpUtilities.c
+++ b/ShellPkg/DynamicCommand/DpDynamicCommand/DpUtilities.c
@@ -69,7 +69,7 @@ GetDuration (
Error = (BOOLEAN)(Duration > Measurement->EndTimeStamp);
if (Error) {
- DEBUG ((EFI_D_ERROR, ALit_TimerLibError));
+ DEBUG ((DEBUG_ERROR, ALit_TimerLibError));
Duration = 0;
}
return Duration;