mirror of
https://github.com/reactos/reactos.git
synced 2025-04-06 05:34:22 +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;
|
||||
NTSTATUS Status;
|
||||
|
||||
|
||||
ConPrintf(StdOut, L"AddVolumeToList(%s)\n", pszVolumeName);
|
||||
DPRINT("AddVolumeToList(%S)\n", pszVolumeName);
|
||||
|
||||
VolumeEntry = RtlAllocateHeap(RtlGetProcessHeap(),
|
||||
HEAP_ZERO_MEMORY,
|
||||
|
|
Loading…
Reference in a new issue