Author: greatlrd Date: Mon Mar 5 18:17:53 2007 New Revision: 26001
URL: http://svn.reactos.org/svn/reactos?rev=26001&view=rev Log: fixed dprint1 to dprint
Modified: trunk/reactos/subsystems/win32/win32k/objects/dc.c
Modified: trunk/reactos/subsystems/win32/win32k/objects/dc.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/obj... ============================================================================== --- trunk/reactos/subsystems/win32/win32k/objects/dc.c (original) +++ trunk/reactos/subsystems/win32/win32k/objects/dc.c Mon Mar 5 18:17:53 2007 @@ -813,21 +813,21 @@
if (Driver != NULL) { - DPRINT1("NAME Driver: %wZ\n", Driver); + DPRINT("NAME Driver: %wZ\n", Driver); } else { - DPRINT1("NAME Driver: NULL\n", Driver); + DPRINT("NAME Driver: NULL\n", Driver); }
if (Driver != NULL) { - DPRINT1("NAME Device: %wZ\n", Device); + DPRINT("NAME Device: %wZ\n", Device); } else { - DPRINT1("NAME Device: NULL\n", Device); + DPRINT("NAME Device: NULL\n", Device); }