mirror of
https://github.com/reactos/reactos
synced 2025-10-06 00:12:51 +02:00
[NTOS:PS] Improve some PspCatchCriticalBreak() messages
This commit is contained in:
@@ -623,7 +623,7 @@ PspExitThread(IN NTSTATUS ExitStatus)
|
||||
if (KdDebuggerEnabled)
|
||||
{
|
||||
/* Break to debugger */
|
||||
PspCatchCriticalBreak("Critical process 0x%p (in %s) exited\n",
|
||||
PspCatchCriticalBreak("Critical process 0x%p (%s) exited\n",
|
||||
CurrentProcess,
|
||||
CurrentProcess->ImageFileName);
|
||||
}
|
||||
@@ -1000,7 +1000,7 @@ PspTerminateThreadByPointer(IN PETHREAD Thread,
|
||||
if (Thread->BreakOnTermination)
|
||||
{
|
||||
/* Break to debugger */
|
||||
PspCatchCriticalBreak("Terminating critical thread 0x%p (%s)\n",
|
||||
PspCatchCriticalBreak("Terminating critical thread 0x%p (in %s)\n",
|
||||
Thread,
|
||||
Thread->ThreadsProcess->ImageFileName);
|
||||
}
|
||||
|
Reference in New Issue
Block a user