summaryrefslogtreecommitdiff
path: root/tests/MT_SOCK_Test.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-10-11 00:19:40 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-10-11 00:19:40 +0000
commitb79d16011dcc3af9577a66325a7cb068a394e3db (patch)
treed1bf7ad04bc97411c9d1df5ae3e13ca6e3cd0ce9 /tests/MT_SOCK_Test.cpp
parent7a38eebed46582739032490ac62924f64d19227c (diff)
downloadATCD-b79d16011dcc3af9577a66325a7cb068a394e3db.tar.gz
*** empty log message ***
Diffstat (limited to 'tests/MT_SOCK_Test.cpp')
-rw-r--r--tests/MT_SOCK_Test.cpp3
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"));