https://git.reactos.org/?p=reactos.git;a=commitdiff;h=043faab08948aa9c49ddf8ae1ab07a9005e3cbce

commit 043faab08948aa9c49ddf8ae1ab07a9005e3cbce
Author:     Serge Gautherie <[email protected]>
AuthorDate: Sun Sep 16 17:13:51 2018 +0200
Commit:     Pierre Schweitzer <[email protected]>
CommitDate: Thu Oct 4 18:28:08 2018 +0200

    [KMTESTS:TCPIP] Add an "Associate address IRP completed" trace
---
 modules/rostests/kmtests/tcpip/connect.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/rostests/kmtests/tcpip/connect.c 
b/modules/rostests/kmtests/tcpip/connect.c
index ef85db2a9f..33c87a8834 100644
--- a/modules/rostests/kmtests/tcpip/connect.c
+++ b/modules/rostests/kmtests/tcpip/connect.c
@@ -166,6 +166,7 @@ TestTcpConnect(void)
             FALSE,
             NULL);
         Status = Irp->IoStatus.Status;
+        trace("Associate address IRP completed.\n");
     }
     ok_eq_hex(Status, STATUS_SUCCESS);
     IoFreeIrp(Irp);

Reply via email to