X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=ShellPkg%2FDynamicCommand%2FDpDynamicCommand%2FDpUtilities.c;fp=ShellPkg%2FDynamicCommand%2FDpDynamicCommand%2FDpUtilities.c;h=418b852790546c7ffead772b25b290f0c1191a7a;hp=d1753fe00b8480483e79a44c77e39d3f747d4441;hb=4a1aee13d886b27dad24e63737d80fdad12939c6;hpb=e905fbb05adfc050e2953309e64f44e8562c0ddd 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;