mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[DISKPART] Silence a debug message
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user