mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Disabled debug prints
svn path=/trunk/; revision=1134
This commit is contained in:
parent
cbf17cd791
commit
23b59ecccb
2 changed files with 2 additions and 1 deletions
|
@ -13,6 +13,7 @@
|
|||
#include <ddk/ntddk.h>
|
||||
#include <internal/ob.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <internal/debug.h>
|
||||
|
||||
/* GLOBALS ******************************************************************/
|
||||
|
|
|
@ -171,7 +171,7 @@ VOID PsTerminateOtherThread(PETHREAD Thread, NTSTATUS ExitStatus)
|
|||
NTSTATUS STDCALL PiTerminateProcess(PEPROCESS Process,
|
||||
NTSTATUS ExitStatus)
|
||||
{
|
||||
DPRINT1("PiTerminateProcess(Process %x, ExitStatus %x) RC %d HC %d\n",
|
||||
DPRINT("PiTerminateProcess(Process %x, ExitStatus %x) RC %d HC %d\n",
|
||||
Process, ExitStatus, ObGetReferenceCount(Process),
|
||||
ObGetHandleCount(Process));
|
||||
|
||||
|
|
Loading…
Reference in a new issue