mirror of
https://github.com/reactos/reactos.git
synced 2025-07-29 17:32:04 +00:00
[USETUP]
- A fatal error when creating the install directory is worth a DPRINT1 CORE-11819 svn path=/trunk/; revision=73108
This commit is contained in:
parent
92338e37d3
commit
bdcecff0be
1 changed files with 1 additions and 1 deletions
|
@ -3602,7 +3602,7 @@ PrepareCopyPageInfFile(HINF InfFile,
|
|||
Status = SetupCreateDirectory(PathBuffer);
|
||||
if (!NT_SUCCESS(Status) && Status != STATUS_OBJECT_NAME_COLLISION)
|
||||
{
|
||||
DPRINT("Creating directory '%S' failed: Status = 0x%08lx", PathBuffer, Status);
|
||||
DPRINT1("Creating directory '%S' failed: Status = 0x%08lx", PathBuffer, Status);
|
||||
MUIDisplayError(ERROR_CREATE_INSTALL_DIR, Ir, POPUP_WAIT_ENTER);
|
||||
return FALSE;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue