https://git.reactos.org/?p=reactos.git;a=commitdiff;h=e26e4445b39d7455e83e45ac7272d21289cc5106

commit e26e4445b39d7455e83e45ac7272d21289cc5106
Author:     Pierre Schweitzer <pie...@reactos.org>
AuthorDate: Thu Feb 8 11:50:45 2018 +0100
Commit:     Pierre Schweitzer <pie...@reactos.org>
CommitDate: Thu Feb 8 11:50:45 2018 +0100

    [NTOSKRNL] Revert 6ece4e9fc22d664ea2485d04303e8ae10047f21f for third tools 
compatibility
---
 ntoskrnl/ke/bug.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ntoskrnl/ke/bug.c b/ntoskrnl/ke/bug.c
index 2127d7207c..a92acb1bab 100644
--- a/ntoskrnl/ke/bug.c
+++ b/ntoskrnl/ke/bug.c
@@ -1070,8 +1070,8 @@ KeBugCheckWithTf(IN ULONG BugCheckCode,
     if ((BugCheckCode != MANUALLY_INITIATED_CRASH) && (KdDebuggerEnabled))
     {
         /* Crash on the debugger console */
-        DbgPrint("\n*** BugCheck: 0x%08lx\n"
-                 "             (0x%p,0x%p,0x%p,0x%p)\n\n",
+        DbgPrint("\n*** Fatal System Error: 0x%08lx\n"
+                 "                       (0x%p,0x%p,0x%p,0x%p)\n\n",
                  KiBugCheckData[0],
                  KiBugCheckData[1],
                  KiBugCheckData[2],

Reply via email to