mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
[SCSIPORT] Demote a noisy DPRINT1 to DPRINT CORE-17200
It started to spam when more components of the MountMgr were coded during 0.4.14dev. According to Victor Perevertkin it is not crucial for us to see it, as those are 'optional MountMgr features'. Imho this points towards unimplemented stuff. No official ros release has been affected, because I did revert most of the new MountMgr features for 0.4.14release earlier.
This commit is contained in:
parent
bc584bdf99
commit
011a9e2ae8
1 changed files with 1 additions and 1 deletions
|
@ -2887,7 +2887,7 @@ ScsiPortDeviceControl(IN PDEVICE_OBJECT DeviceObject,
|
|||
DPRINT1("Got unexpected IOCTL_MOUNTDEV_QUERY_UNIQUE_ID\n");
|
||||
break;
|
||||
default:
|
||||
DPRINT1(" got ioctl intended for the mount manager: 0x%lX\n", Stack->Parameters.DeviceIoControl.IoControlCode);
|
||||
DPRINT(" got ioctl intended for the mount manager: 0x%lX\n", Stack->Parameters.DeviceIoControl.IoControlCode);
|
||||
break;
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue