change dprint1 to dprint

svn path=/trunk/; revision=26028
This commit is contained in:
Saveliy Tretiakov 2007-03-08 12:57:19 +00:00
parent 2d04abb37e
commit 52913c361c

View file

@ -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 */