diff --git a/modules/rostests/kmtests/tcpip/connect.c b/modules/rostests/kmtests/tcpip/connect.c index ef85db2a9f9..33c87a8834a 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);