Commit 08a422bf authored by Rémi Bernon's avatar Rémi Bernon Committed by Alexandre Julliard

winexinput: Demote BusContainerId FIXME message to WARN.

parent 173ed7e6
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment