fixed dprint1 to dprint

svn path=/trunk/; revision=26001
This commit is contained in:
Magnus Olsen 2007-03-05 15:17:53 +00:00
parent dbd1166859
commit c8cf34eb84

View file

@ -813,21 +813,21 @@ IntGdiCreateDC(PUNICODE_STRING Driver,
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);
}