mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Change debug messages to more neutral ones
svn path=/trunk/; revision=14623
This commit is contained in:
parent
b47adbe03f
commit
34eabf82b5
2 changed files with 2 additions and 2 deletions
|
@ -168,7 +168,7 @@ IoAttachDeviceToDeviceStackSafe(
|
|||
{
|
||||
/* FIXME: IoAttachDeviceToDeviceStackSafe must not call
|
||||
* IoAttachDeviceToDeviceStack, but the other way around! */
|
||||
DPRINT1("IoAttachDeviceToDeviceStackSafe() badly implemented!\n");
|
||||
DPRINT("IoAttachDeviceToDeviceStackSafe() badly implemented!\n");
|
||||
*AttachedToDeviceObject = IoAttachDeviceToDeviceStack(SourceDevice, TargetDevice);
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
|
|
@ -81,7 +81,7 @@ IoReportResourceForDetection(
|
|||
OUT PBOOLEAN ConflictDetected)
|
||||
{
|
||||
*ConflictDetected = FALSE;
|
||||
DPRINT1("IoReportResourceForDetection unimplemented\n");
|
||||
DPRINT1("IoReportResourceForDetection partly implemented\n");
|
||||
|
||||
/* HACK: check if serial debug output is enabled. If yes,
|
||||
* prevent serial port driver to detect this serial port
|
||||
|
|
Loading…
Reference in a new issue