mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Make these two "registry_callback() failed" messages different, so it is easier to see where our 64-Bit Buildslave fails
svn path=/trunk/; revision=28826
This commit is contained in:
@@ -477,12 +477,12 @@ ImportRegistryFile(PCHAR FileName)
|
||||
|
||||
if (!registry_callback (hInf, "DelReg", TRUE))
|
||||
{
|
||||
DPRINT1 ("registry_callback() failed\n");
|
||||
DPRINT1 ("registry_callback() for DelReg failed\n");
|
||||
}
|
||||
|
||||
if (!registry_callback (hInf, "AddReg", FALSE))
|
||||
{
|
||||
DPRINT1 ("registry_callback() failed\n");
|
||||
DPRINT1 ("registry_callback() for AddReg failed\n");
|
||||
}
|
||||
|
||||
InfHostCloseFile (hInf);
|
||||
|
||||
Reference in New Issue
Block a user