]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/UefiDebugLibStdErr/DebugLib.c
MdePkg BaseMemoryLibRepStr: Convert X64/SetMem.asm to NASM
[mirror_edk2.git] / MdePkg / Library / UefiDebugLibStdErr / DebugLib.c
index bbd6d946444d4672d2c39d87741930c665c03441..cacb90a2442a2c722f6c8b17de399d7f1707c371 100644 (file)
@@ -122,7 +122,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