winexinput: Demote BusContainerId FIXME message to WARN.
This commit is contained in:
parent
173ed7e61b
commit
08a422bf17
1 changed files with 1 additions and 1 deletions
|
@ -526,7 +526,7 @@ static NTSTATUS WINAPI pdo_pnp(DEVICE_OBJECT *device, IRP *irp)
|
|||
else status = STATUS_SUCCESS;
|
||||
break;
|
||||
default:
|
||||
FIXME("IRP_MN_QUERY_ID type %u, not implemented!\n", type);
|
||||
WARN("IRP_MN_QUERY_ID type %u, not implemented!\n", type);
|
||||
status = irp->IoStatus.Status;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue