https://git.reactos.org/?p=reactos.git;a=commitdiff;h=96d137a559c985f576b05…
commit 96d137a559c985f576b05e4942f1ce9d35dc5474
Author: Eric Kohl <eric.kohl(a)reactos.org>
AuthorDate: Sun May 29 13:07:53 2022 +0200
Commit: Eric Kohl <eric.kohl(a)reactos.org>
CommitDate: Sun May 29 13:07:53 2022 +0200
[DISKPART] Silence a debug message
---
base/system/diskpart/partlist.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/base/system/diskpart/partlist.c b/base/system/diskpart/partlist.c
index 038557a4133..8d27b585ecc 100644
--- a/base/system/diskpart/partlist.c
+++ b/base/system/diskpart/partlist.c
@@ -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,