From e7bbce753f727c0cd972fc2c498d1bfba7273db2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9=20van=20Geldorp?= Date: Wed, 9 Nov 2005 21:00:03 +0000 Subject: [PATCH] Silence debug message svn path=/trunk/; revision=19105 --- reactos/ntoskrnl/ke/apc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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