mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 08:17:09 +08:00
[NTOS:KE] Replace "Fatal System Error" with "BugCheck"
This commit is contained in:
committed by
Pierre Schweitzer
parent
323f71a551
commit
6ece4e9fc2
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user