diff --git a/reactos/ntoskrnl/ke/apc.c b/reactos/ntoskrnl/ke/apc.c index 2c4ebf32933..1d8db900484 100644 --- a/reactos/ntoskrnl/ke/apc.c +++ b/reactos/ntoskrnl/ke/apc.c @@ -317,7 +317,7 @@ KiInsertQueueApc(PKAPC Apc, InsertHeadList(&ApcState->ApcListHead[ApcMode], &Apc->ApcListEntry); /* Display debug message */ - DPRINT1("Inserted the Thread Exit APC for '%.16s' into the Queue\n", + DPRINT("Inserted the Thread Exit APC for '%.16s' into the Queue\n", ((PETHREAD)Thread)->ThreadsProcess->ImageFileName); } else