mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:16:04 +00:00
Remove some debug messages at boot
svn path=/trunk/; revision=15425
This commit is contained in:
parent
1367527014
commit
50752743f5
2 changed files with 9 additions and 3 deletions
|
@ -80,8 +80,14 @@ IoReportResourceForDetection(
|
|||
IN ULONG DeviceListSize OPTIONAL,
|
||||
OUT PBOOLEAN ConflictDetected)
|
||||
{
|
||||
static int warned = 0;
|
||||
if (!warned)
|
||||
{
|
||||
DPRINT1("IoReportResourceForDetection partly implemented\n");
|
||||
warned = 1;
|
||||
}
|
||||
|
||||
*ConflictDetected = FALSE;
|
||||
DPRINT1("IoReportResourceForDetection partly implemented\n");
|
||||
|
||||
/* FIXME: Manually indicate conflicts with KD Ports */
|
||||
if (DriverList)
|
||||
|
|
|
@ -671,7 +671,7 @@ PnpRootQueryBusRelations(
|
|||
/* FIXME: */
|
||||
}
|
||||
|
||||
DPRINT1("DeviceID: %wZ PDO %p\n",
|
||||
DPRINT("DeviceID: %wZ PDO %p\n",
|
||||
&PdoDeviceExtension->DeviceID,
|
||||
Device->Pdo);
|
||||
|
||||
|
@ -684,7 +684,7 @@ PnpRootQueryBusRelations(
|
|||
/* FIXME: */
|
||||
}
|
||||
|
||||
DPRINT1("InstanceID: %wZ PDO %p\n",
|
||||
DPRINT("InstanceID: %wZ PDO %p\n",
|
||||
&PdoDeviceExtension->InstanceID,
|
||||
Device->Pdo);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue