mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 22:12:05 +00:00
[SERVICES][SETUPLIB][UMANDLG][USETUP] Add missing \n to DPRINT() calls (#5983)
And promote 1 DPRINT() to DPRINT1.
This commit is contained in:
parent
98353cdb37
commit
780c2a0375
6 changed files with 12 additions and 12 deletions
|
@ -655,7 +655,7 @@ PrepareCopyInfFile(
|
|||
if (!NT_SUCCESS(Status) && Status != STATUS_OBJECT_NAME_COLLISION)
|
||||
{
|
||||
INF_FreeData(DirKeyValue);
|
||||
DPRINT("Creating directory '%S' failed: Status = 0x%08lx", PathBuffer, Status);
|
||||
DPRINT1("Creating directory '%S' failed: Status = 0x%08lx\n", PathBuffer, Status);
|
||||
pSetupData->LastErrorNumber = ERROR_CREATE_DIR;
|
||||
if (pSetupData->ErrorRoutine)
|
||||
pSetupData->ErrorRoutine(pSetupData, PathBuffer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue