mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
Fix debug message
svn path=/trunk/; revision=31667
This commit is contained in:
parent
8285f46476
commit
24e8a63544
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue