From 52913c361c3986ce72afeeccd418f333d6f3c8ed Mon Sep 17 00:00:00 2001 From: Saveliy Tretiakov Date: Thu, 8 Mar 2007 12:57:19 +0000 Subject: [PATCH] change dprint1 to dprint svn path=/trunk/; revision=26028 --- reactos/subsystems/win32/win32k/objects/dc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/subsystems/win32/win32k/objects/dc.c b/reactos/subsystems/win32/win32k/objects/dc.c index 207c49fcfc1..9e66dc919d0 100644 --- a/reactos/subsystems/win32/win32k/objects/dc.c +++ b/reactos/subsystems/win32/win32k/objects/dc.c @@ -874,7 +874,7 @@ IntGdiCreateDC(PUNICODE_STRING Driver, if (Driver != NULL && Driver->Buffer != NULL) { if (Driver!=NULL) - DPRINT1("NAME: %wZ\n", Driver); + DPRINT("NAME: %wZ\n", Driver); } /* Allocate a DC object */