diff options
Diffstat (limited to 'MdePkg/Library/UefiDebugLibStdErr/DebugLib.c')
-rw-r--r-- | MdePkg/Library/UefiDebugLibStdErr/DebugLib.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MdePkg/Library/UefiDebugLibStdErr/DebugLib.c b/MdePkg/Library/UefiDebugLibStdErr/DebugLib.c index bbd6d94644..cacb90a244 100644 --- a/MdePkg/Library/UefiDebugLibStdErr/DebugLib.c +++ b/MdePkg/Library/UefiDebugLibStdErr/DebugLib.c @@ -122,7 +122,8 @@ DebugAssert ( UnicodeSPrintAsciiFormat (
Buffer,
sizeof (Buffer),
- "ASSERT %a(%d): %a\n",
+ "ASSERT [%a] %a(%d): %a\n",
+ gEfiCallerBaseName,
FileName,
LineNumber,
Description
|