mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 12:04:51 +00:00
- Revert some unintended debugging changes
svn path=/trunk/; revision=53259
This commit is contained in:
parent
96b11c7165
commit
ce0491a5c3
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue