Author: spetreolle Date: Thu Oct 29 19:28:27 2009 New Revision: 43830
URL: http://svn.reactos.org/svn/reactos?rev=43830&view=rev Log: silence debug
Modified: trunk/reactos/subsystems/win32/win32k/objects/gdiobj.c
Modified: trunk/reactos/subsystems/win32/win32k/objects/gdiobj.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/obj... ============================================================================== --- trunk/reactos/subsystems/win32/win32k/objects/gdiobj.c [iso-8859-1] (original) +++ trunk/reactos/subsystems/win32/win32k/objects/gdiobj.c [iso-8859-1] Thu Oct 29 19:28:27 2009 @@ -810,7 +810,7 @@ HandleType != ExpectedType) || 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); GDIDBG_TRACECALLER(); GDIDBG_TRACEALLOCATOR(hObj);