Francois Gouget : winebus.sys: Add a trailing '\n' to a TRACE().

Alexandre Julliard julliard at winehq.org
Thu Sep 27 18:25:13 CDT 2018


Module: wine
Branch: master
Commit: 90de9129cc5f3458ddb88d8d1a09c415c896a66d
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=90de9129cc5f3458ddb88d8d1a09c415c896a66d

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Sep 27 09:24:35 2018 +0200

winebus.sys: Add a trailing '\n' to a TRACE().

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/winebus.sys/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/winebus.sys/main.c b/dlls/winebus.sys/main.c
index 6b1949c..cee0ae6 100644
--- a/dlls/winebus.sys/main.c
+++ b/dlls/winebus.sys/main.c
@@ -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:




More information about the wine-cvs mailing list