winebus: Demote BusContainerId FIXME message to WARN.
This commit is contained in:
parent
08a422bf17
commit
c43d3964e3
1 changed files with 1 additions and 1 deletions
|
@ -543,7 +543,7 @@ static NTSTATUS handle_IRP_MN_QUERY_ID(DEVICE_OBJECT *device, IRP *irp)
|
|||
irp->IoStatus.Information = (ULONG_PTR)get_instance_id(device);
|
||||
break;
|
||||
default:
|
||||
FIXME("Unhandled type %08x\n", type);
|
||||
WARN("Unhandled type %08x\n", type);
|
||||
return status;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue