]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/Library/SerializeVariablesLib/SerializeVariablesLib.c
OvmfPkg: replace old EFI_D_ debug levels with new DEBUG_ ones
[mirror_edk2.git] / OvmfPkg / Library / SerializeVariablesLib / SerializeVariablesLib.c
index a6cebcb54f6be00654b3b2608a41cdefa7a39a48..777b93f1a02912475fa6e67dd43f37eff2e9ba54 100644 (file)
@@ -211,7 +211,7 @@ IterateVariablesInBuffer (
   //\r
   if (TotalSizeUsed != MaxSize) {\r
     DEBUG ((\r
-      EFI_D_ERROR,\r
+      DEBUG_ERROR,\r
       "Deserialize variables error: TotalSizeUsed(%Lu) != MaxSize(%Lu)\n",\r
       (UINT64)TotalSizeUsed,\r
       (UINT64)MaxSize\r