mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +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
1 changed files with 2 additions and 1 deletions
|
@ -156,7 +156,8 @@ NTSTATUS ConnectMousePortDriver(PDEVICE_OBJECT ClassDeviceObject)
|
||||||
|
|
||||||
if(status != STATUS_SUCCESS)
|
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;
|
return status;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue