]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/SnpDxe/Mcast_ip_to_mac.c
NetworkPkg: Change use of EFI_D_* to DEBUG_*
[mirror_edk2.git] / NetworkPkg / SnpDxe / Mcast_ip_to_mac.c
index 9863c1f9ead75906b5096f21e3fba8c3c521ca7d..e8fa077ee9fe3e49e26eae5a250fe158e421c89e 100644 (file)
@@ -55,7 +55,7 @@ PxeIp2Mac (
   //\r
   // Issue UNDI command and check result.\r
   //\r
-  DEBUG ((EFI_D_NET, "\nSnp->undi.mcast_ip_to_mac()  "));\r
+  DEBUG ((DEBUG_NET, "\nSnp->undi.mcast_ip_to_mac()  "));\r
 \r
   (*Snp->IssueUndi32Command) ((UINT64)(UINTN) &Snp->Cdb);\r
 \r
@@ -68,7 +68,7 @@ PxeIp2Mac (
 \r
   case PXE_STATCODE_UNSUPPORTED:\r
     DEBUG (\r
-      (EFI_D_NET,\r
+      (DEBUG_NET,\r
       "\nSnp->undi.mcast_ip_to_mac()  %xh:%xh\n",\r
       Snp->Cdb.StatFlags,\r
       Snp->Cdb.StatCode)\r
@@ -81,7 +81,7 @@ PxeIp2Mac (
     // to caller.\r
     //\r
     DEBUG (\r
-      (EFI_D_NET,\r
+      (DEBUG_NET,\r
       "\nSnp->undi.mcast_ip_to_mac()  %xh:%xh\n",\r
       Snp->Cdb.StatFlags,\r
       Snp->Cdb.StatCode)\r