mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
Fix debug message
svn path=/trunk/; revision=31667
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user