mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 12:23:29 +00:00
Change debug messages to more neutral ones
svn path=/trunk/; revision=14623
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user