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

winebus: 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 08a422bf17
commit c43d3964e3

View file

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