[SYSSETUP] Fix error message in ApplyRegistryValues()

CID 1441398
This commit is contained in:
Pierre Schweitzer 2018-11-16 20:00:30 +01:00
parent 4b4c0aabcd
commit 402c983094
No known key found for this signature in database
GPG key ID: 7545556C3D585B0B

View file

@ -463,7 +463,7 @@ ApplyRegistryValues(
1,
(PINT)&dwType))
{
DPRINT1("Failed to create the key %S (Error %lu)\n", szKeyName, dwError);
DPRINT1("Failed to get key type (Error %lu)\n", GetLastError());
break;
}