]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/UefiDebugLibConOut/DebugLib.c
MdePkg PeiMemoryAllocationLib: Update InternalAllocateAlignedPages
[mirror_edk2.git] / MdePkg / Library / UefiDebugLibConOut / DebugLib.c
index 2ac2204e1d4b11d8bbca5d3094ac3614ccdc9600..0bc112fd1b6f5ba17f37b1805459e93721acad6d 100644 (file)
@@ -121,7 +121,8 @@ DebugAssert (
   UnicodeSPrintAsciiFormat (\r
     Buffer, \r
     sizeof (Buffer), \r
-    "ASSERT %a(%d): %a\n", \r
+    "ASSERT [%a] %a(%d): %a\n",\r
+    gEfiCallerBaseName,\r
     FileName, \r
     LineNumber, \r
     Description\r