mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 19:41:57 +00:00
Changed DPRINT1 to DPRINT when connecting to mouse device.
svn path=/trunk/; revision=6150
This commit is contained in:
parent
3bc1216b7f
commit
4671a645d8
|
@ -156,7 +156,8 @@ NTSTATUS ConnectMousePortDriver(PDEVICE_OBJECT ClassDeviceObject)
|
|||
|
||||
if(status != STATUS_SUCCESS)
|
||||
{
|
||||
DPRINT1("MOUCLASS: Could not connect to mouse port driver\n");
|
||||
DPRINT("MOUCLASS: Could not connect to mouse port driver\n");
|
||||
DPRINT("Status: %x\n", status);
|
||||
return status;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue