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

winebus: Demote BusContainerId FIXME message to WARN.

parent 08a422bf
......@@ -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;
}
......
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