summaryrefslogtreecommitdiff
path: root/ACE/tests/MT_SOCK_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/MT_SOCK_Test.cpp')
-rw-r--r--ACE/tests/MT_SOCK_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/MT_SOCK_Test.cpp b/ACE/tests/MT_SOCK_Test.cpp
index 2b2b72b77b2..ea12c5f310b 100644
--- a/ACE/tests/MT_SOCK_Test.cpp
+++ b/ACE/tests/MT_SOCK_Test.cpp
@@ -115,7 +115,7 @@ client (void *arg)
}
ACE_ERROR ((LM_ERROR,
- ACE_TEXT ("(%P|%t) (errno %d) %p\n"), errno,
+ ACE_TEXT ("(%P|%t) (errno %d) %p\n"), ACE_ERRNO_GET,
ACE_TEXT ("client: send_n")));
ACE_ERROR ((LM_ERROR, "client: Closing stream.\n"));
cli_stream.close();