mirror of
https://github.com/reactos/reactos.git
synced 2025-05-02 12:15:23 +00:00
[NTOS:KE] Replace "Fatal System Error" with "BugCheck"
This commit is contained in:
parent
323f71a551
commit
6ece4e9fc2
1 changed files with 2 additions and 2 deletions
|
@ -1070,8 +1070,8 @@ KeBugCheckWithTf(IN ULONG BugCheckCode,
|
|||
if ((BugCheckCode != MANUALLY_INITIATED_CRASH) && (KdDebuggerEnabled))
|
||||
{
|
||||
/* Crash on the debugger console */
|
||||
DbgPrint("\n*** Fatal System Error: 0x%08lx\n"
|
||||
" (0x%p,0x%p,0x%p,0x%p)\n\n",
|
||||
DbgPrint("\n*** BugCheck: 0x%08lx\n"
|
||||
" (0x%p,0x%p,0x%p,0x%p)\n\n",
|
||||
KiBugCheckData[0],
|
||||
KiBugCheckData[1],
|
||||
KiBugCheckData[2],
|
||||
|
|
Loading…
Reference in a new issue