silence debug

svn path=/trunk/; revision=43830
This commit is contained in:
Sylvain Petreolle 2009-10-29 18:28:27 +00:00
parent 24bb32e038
commit 9127411fdf

View file

@ -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);