]> git.proxmox.com Git - mirror_edk2.git/blobdiff - FatPkg/EnhancedFatDxe/DirectoryManage.c
FatPkg: Change use of EFI_D_* to DEBUG_*
[mirror_edk2.git] / FatPkg / EnhancedFatDxe / DirectoryManage.c
index 90c01b3baa1c212343499fef4f2f67402a69901c..23871a4cdc3a97f7169c9aaff46382b70cdbda82 100644 (file)
@@ -1064,7 +1064,7 @@ FatCreateDirEnt (
   FatAddDirEnt (ODir, DirEnt);\r
   DirEnt->Entry.Attributes = Attributes;\r
   *PtrDirEnt               = DirEnt;\r
-  DEBUG ((EFI_D_INFO, "FSOpen: Created new directory entry '%S'\n", DirEnt->FileString));\r
+  DEBUG ((DEBUG_INFO, "FSOpen: Created new directory entry '%S'\n", DirEnt->FileString));\r
   return FatStoreDirEnt (OFile, DirEnt);\r
 \r
 Done:\r
@@ -1388,4 +1388,3 @@ FatLocateOFile (
   *PtrOFile = OFile;\r
   return EFI_SUCCESS;\r
 }\r
-\r