winebus.sys: Add a trailing '\n' to a TRACE().
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
37edf1ec18
commit
90de9129cc
|
@ -391,7 +391,7 @@ static NTSTATUS handle_IRP_MN_QUERY_DEVICE_RELATIONS(IRP *irp)
|
|||
NTSTATUS status = irp->IoStatus.u.Status;
|
||||
IO_STACK_LOCATION *irpsp = IoGetCurrentIrpStackLocation( irp );
|
||||
|
||||
TRACE("IRP_MN_QUERY_DEVICE_RELATIONS");
|
||||
TRACE("IRP_MN_QUERY_DEVICE_RELATIONS\n");
|
||||
switch (irpsp->Parameters.QueryDeviceRelations.Type)
|
||||
{
|
||||
case EjectionRelations:
|
||||
|
|
Loading…
Reference in New Issue