mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:42:57 +00:00
[DISKPART] Silence a debug message
This commit is contained in:
parent
5a1c00c117
commit
96d137a559
1 changed files with 1 additions and 2 deletions
|
@ -1315,8 +1315,7 @@ AddVolumeToList(
|
||||||
IO_STATUS_BLOCK Iosb;
|
IO_STATUS_BLOCK Iosb;
|
||||||
NTSTATUS Status;
|
NTSTATUS Status;
|
||||||
|
|
||||||
|
DPRINT("AddVolumeToList(%S)\n", pszVolumeName);
|
||||||
ConPrintf(StdOut, L"AddVolumeToList(%s)\n", pszVolumeName);
|
|
||||||
|
|
||||||
VolumeEntry = RtlAllocateHeap(RtlGetProcessHeap(),
|
VolumeEntry = RtlAllocateHeap(RtlGetProcessHeap(),
|
||||||
HEAP_ZERO_MEMORY,
|
HEAP_ZERO_MEMORY,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue