mirror of
https://github.com/reactos/reactos.git
synced 2025-05-17 16:27:00 +00:00
- Silence non-critical debug output.
svn path=/trunk/; revision=31158
This commit is contained in:
parent
1e9c10e4a5
commit
bec1436ca2
2 changed files with 2 additions and 2 deletions
|
@ -1158,7 +1158,7 @@ CreatePartitionDeviceObjects(
|
|||
// then fix up the partition list to make it look like there is one
|
||||
// zero length partition.
|
||||
//
|
||||
DPRINT1("IoReadPartitionTable() status: 0x%08X\n", status);
|
||||
DPRINT("IoReadPartitionTable() status: 0x%08X\n", status);
|
||||
if ((!NT_SUCCESS(status) || partitionList->PartitionCount == 0) &&
|
||||
PhysicalDeviceObject->Characteristics & FILE_REMOVABLE_MEDIA) {
|
||||
|
||||
|
|
|
@ -1098,7 +1098,7 @@ CreatePortConfig:
|
|||
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
DPRINT1("SpiCreatePortConfig() failed with Status 0x%08X\n", Status);
|
||||
DPRINT("SpiCreatePortConfig() failed with Status 0x%08X\n", Status);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue