Add part of a patch by Daniel Verkamp, see bug 3441.

svn path=/trunk/; revision=34457
This commit is contained in:
James Tabor 2008-07-13 12:08:54 +00:00
parent 08965866eb
commit da7cfbccf5

View file

@ -471,7 +471,7 @@ ImportRegistryFile(PCHAR FileName)
/* Load inf file from install media. */
if (InfHostOpenFile(&hInf, FileName, &ErrorLine) != 0)
{
DPRINT1 ("InfHostOpenFile() failed\n");
DPRINT1 ("InfHostOpenFile(%s) failed\n", FileName);
return FALSE;
}