diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/MT_SOCK_Test.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/MT_SOCK_Test.cpp b/tests/MT_SOCK_Test.cpp index 80e15794976..31d8784bd6d 100644 --- a/tests/MT_SOCK_Test.cpp +++ b/tests/MT_SOCK_Test.cpp @@ -73,6 +73,9 @@ client (void *arg) if (cli_stream.recv_n (buf, 1) != 1) ACE_ERROR ((LM_ERROR, "(%P|%t) %p\n", "recv_n")); + ACE_DEBUG ((LM_DEBUG, + "(%P|%t) received handshake from server")); + // Close the connection completely. if (cli_stream.close () == -1) ACE_ERROR ((LM_ERROR, "(%P|%t) %p\n", "close")); |