From 9127411fdf0d68cf292f5386232ccf92bcce4c4b Mon Sep 17 00:00:00 2001 From: Sylvain Petreolle Date: Thu, 29 Oct 2009 18:28:27 +0000 Subject: [PATCH] silence debug svn path=/trunk/; revision=43830 --- reactos/subsystems/win32/win32k/objects/gdiobj.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/subsystems/win32/win32k/objects/gdiobj.c b/reactos/subsystems/win32/win32k/objects/gdiobj.c index ec9efde58ea..a99531c2844 100644 --- a/reactos/subsystems/win32/win32k/objects/gdiobj.c +++ b/reactos/subsystems/win32/win32k/objects/gdiobj.c @@ -810,7 +810,7 @@ GDIOBJ_LockObj(HGDIOBJ hObj, DWORD ExpectedType) 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); -- 2.17.1