mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 04:13:35 +00:00
Disabled debug prints
svn path=/trunk/; revision=1134
This commit is contained in:
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user