- Revert some unintended debugging changes

svn path=/trunk/; revision=53259
This commit is contained in:
Cameron Gutman 2011-08-15 07:36:58 +00:00
parent 96b11c7165
commit ce0491a5c3

View file

@ -293,7 +293,7 @@ CreateComputerTypeList(HINF InfFile)
ComputerIdentifier[0] = 0;
}
DPRINT1("Computer identifier: '%S'\n", ComputerIdentifier);
DPRINT("Computer identifier: '%S'\n", ComputerIdentifier);
/* Search for matching device identifier */
if (!SetupFindFirstLineW(InfFile, L"Map.Computer", NULL, &Context))
@ -311,7 +311,7 @@ CreateComputerTypeList(HINF InfFile)
return NULL;
}
DPRINT1("KeyValue: %S\n", KeyValue);
DPRINT("KeyValue: %S\n", KeyValue);
if (wcsstr(ComputerIdentifier, KeyValue))
{
if (!INF_GetDataField(&Context, 0, &KeyName))