summaryrefslogtreecommitdiff
path: root/NetworkPkg/SnpDxe/Statistics.c
diff options
context:
space:
mode:
Diffstat (limited to 'NetworkPkg/SnpDxe/Statistics.c')
-rw-r--r--NetworkPkg/SnpDxe/Statistics.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/NetworkPkg/SnpDxe/Statistics.c b/NetworkPkg/SnpDxe/Statistics.c
index 480e261..0928eae 100644
--- a/NetworkPkg/SnpDxe/Statistics.c
+++ b/NetworkPkg/SnpDxe/Statistics.c
@@ -133,7 +133,7 @@ SnpUndi32Statistics (
//
// Issue UNDI command and check result.
//
- DEBUG ((EFI_D_NET, "\nsnp->undi.statistics() "));
+ DEBUG ((DEBUG_NET, "\nsnp->undi.statistics() "));
(*Snp->IssueUndi32Command) ((UINT64)(UINTN) &Snp->Cdb);
@@ -143,7 +143,7 @@ SnpUndi32Statistics (
case PXE_STATCODE_UNSUPPORTED:
DEBUG (
- (EFI_D_ERROR,
+ (DEBUG_ERROR,
"\nsnp->undi.statistics() %xh:%xh\n",
Snp->Cdb.StatFlags,
Snp->Cdb.StatCode)
@@ -154,7 +154,7 @@ SnpUndi32Statistics (
default:
DEBUG (
- (EFI_D_ERROR,
+ (DEBUG_ERROR,
"\nsnp->undi.statistics() %xh:%xh\n",
Snp->Cdb.StatFlags,
Snp->Cdb.StatCode)