[NTOSKRNL] Revert 6ece4e9fc22d664ea2485d04303e8ae10047f21f for third tools compatibility
authorPierre Schweitzer <pierre@reactos.org>
Thu, 8 Feb 2018 10:50:45 +0000 (11:50 +0100)
committerPierre Schweitzer <pierre@reactos.org>
Thu, 8 Feb 2018 10:50:45 +0000 (11:50 +0100)
ntoskrnl/ke/bug.c

index 2127d72..a92acb1 100644 (file)
@@ -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],