mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 05:22:56 +00:00
[SETUP] Silence some noisy DPRINT1
This commit is contained in:
parent
3fc3447f3e
commit
0150bb964a
4 changed files with 11 additions and 8 deletions
|
@ -3032,7 +3032,7 @@ CheckActiveSystemPartition(
|
|||
return;
|
||||
}
|
||||
|
||||
DPRINT1("We are here (1)!\n");
|
||||
DPRINT("We are here (1)!\n");
|
||||
|
||||
List->SystemPartition = NULL;
|
||||
List->OriginalSystemPartition = NULL;
|
||||
|
@ -3070,7 +3070,7 @@ CheckActiveSystemPartition(
|
|||
DPRINT1("NewDisk TRUE but first partition is used?\n");
|
||||
}
|
||||
|
||||
DPRINT1("We are here (2)!\n");
|
||||
DPRINT("We are here (2)!\n");
|
||||
|
||||
/*
|
||||
* The disk is not new, check if any partition is initialized;
|
||||
|
@ -3111,7 +3111,7 @@ CheckActiveSystemPartition(
|
|||
List->SystemPartition = NULL;
|
||||
List->OriginalSystemPartition = NULL;
|
||||
|
||||
DPRINT1("We are here (3)!\n");
|
||||
DPRINT("We are here (3)!\n");
|
||||
|
||||
/* The disk is not new, scan all partitions to find the (active) system partition */
|
||||
for (ListEntry = DiskEntry->PrimaryPartListHead.Flink;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue