mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 01:05:42 +00:00
silence debug
svn path=/trunk/; revision=43830
This commit is contained in:
parent
24bb32e038
commit
9127411fdf
1 changed files with 1 additions and 1 deletions
|
@ -810,7 +810,7 @@ GDIOBJ_LockObj(HGDIOBJ hObj, DWORD ExpectedType)
|
||||||
HandleType != ExpectedType) ||
|
HandleType != ExpectedType) ||
|
||||||
HandleType == 0 )
|
HandleType == 0 )
|
||||||
{
|
{
|
||||||
DPRINT1("Attempted to lock object 0x%x of wrong type (Handle: 0x%x, requested: 0x%x)\n",
|
DPRINT("Attempted to lock object 0x%x of wrong type (Handle: 0x%x, requested: 0x%x)\n",
|
||||||
hObj, HandleType, ExpectedType);
|
hObj, HandleType, ExpectedType);
|
||||||
GDIDBG_TRACECALLER();
|
GDIDBG_TRACECALLER();
|
||||||
GDIDBG_TRACEALLOCATOR(hObj);
|
GDIDBG_TRACEALLOCATOR(hObj);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue