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