Change debug messages to more neutral ones

svn path=/trunk/; revision=14623
This commit is contained in:
Hervé Poussineau 2005-04-14 22:41:48 +00:00
parent b47adbe03f
commit 34eabf82b5
2 changed files with 2 additions and 2 deletions

View file

@ -168,7 +168,7 @@ IoAttachDeviceToDeviceStackSafe(
{ {
/* FIXME: IoAttachDeviceToDeviceStackSafe must not call /* FIXME: IoAttachDeviceToDeviceStackSafe must not call
* IoAttachDeviceToDeviceStack, but the other way around! */ * IoAttachDeviceToDeviceStack, but the other way around! */
DPRINT1("IoAttachDeviceToDeviceStackSafe() badly implemented!\n"); DPRINT("IoAttachDeviceToDeviceStackSafe() badly implemented!\n");
*AttachedToDeviceObject = IoAttachDeviceToDeviceStack(SourceDevice, TargetDevice); *AttachedToDeviceObject = IoAttachDeviceToDeviceStack(SourceDevice, TargetDevice);
return STATUS_SUCCESS; return STATUS_SUCCESS;
} }

View file

@ -81,7 +81,7 @@ IoReportResourceForDetection(
OUT PBOOLEAN ConflictDetected) OUT PBOOLEAN ConflictDetected)
{ {
*ConflictDetected = FALSE; *ConflictDetected = FALSE;
DPRINT1("IoReportResourceForDetection unimplemented\n"); DPRINT1("IoReportResourceForDetection partly implemented\n");
/* HACK: check if serial debug output is enabled. If yes, /* HACK: check if serial debug output is enabled. If yes,
* prevent serial port driver to detect this serial port * prevent serial port driver to detect this serial port