diff --git a/reactos/tools/mkhive/reginf.c b/reactos/tools/mkhive/reginf.c index 1a567d46d92..02078397cde 100644 --- a/reactos/tools/mkhive/reginf.c +++ b/reactos/tools/mkhive/reginf.c @@ -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; }