From 24e8a63544ba9bb6dd6fee65638c860a735cc38f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Tue, 8 Jan 2008 09:49:22 +0000 Subject: [PATCH] Fix debug message svn path=/trunk/; revision=31667 --- reactos/ntoskrnl/mm/section.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/ntoskrnl/mm/section.c b/reactos/ntoskrnl/mm/section.c index 0e8419c65ed..c8b26702da9 100644 --- a/reactos/ntoskrnl/mm/section.c +++ b/reactos/ntoskrnl/mm/section.c @@ -2202,8 +2202,8 @@ MmpCloseSection(IN PEPROCESS Process OPTIONAL, IN ULONG ProcessHandleCount, IN ULONG SystemHandleCount) { - DPRINT("MmpCloseSection(OB %x, HC %d) RC %d\n", - Object, ProcessHandleCount, ObGetObjectPointerCount(Object)); + DPRINT("MmpCloseSection(OB %x, HC %d)\n", + Object, ProcessHandleCount); } NTSTATUS