mirror of
https://github.com/reactos/reactos.git
synced 2026-07-01 02:24:47 +08:00
[SERVICES][SETUPLIB][UMANDLG][USETUP] Add missing \n to DPRINT() calls (#5983)
And promote 1 DPRINT() to DPRINT1.
This commit is contained in:
@@ -1882,7 +1882,7 @@ CreatePartitionList(VOID)
|
||||
&ReturnSize);
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
DPRINT1("NtQuerySystemInformation() failed, Status 0x%08lx", Status);
|
||||
DPRINT1("NtQuerySystemInformation() failed, Status 0x%08lx\n", Status);
|
||||
RtlFreeHeap(ProcessHeap, 0, List);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user