1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00

winexinput: Demote BusContainerId FIXME message to WARN.

This commit is contained in:
Rémi Bernon 2024-01-14 12:02:21 +01:00 committed by Alexandre Julliard
parent 173ed7e61b
commit 08a422bf17

View file

@ -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;
}