summaryrefslogtreecommitdiff
path: root/ACE/tests/Reactor_Performance_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/Reactor_Performance_Test.cpp')
-rw-r--r--ACE/tests/Reactor_Performance_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/Reactor_Performance_Test.cpp b/ACE/tests/Reactor_Performance_Test.cpp
index 215fef181f3..bdb4e51cbac 100644
--- a/ACE/tests/Reactor_Performance_Test.cpp
+++ b/ACE/tests/Reactor_Performance_Test.cpp
@@ -108,7 +108,7 @@ Read_Handler::handle_input (ACE_HANDLE handle)
else
{
ACE_ERROR ((LM_ERROR, ACE_TEXT ("handle_input: %p (errno: %d)\n"),
- ACE_TEXT ("recv"), errno));
+ ACE_TEXT ("recv"), ACE_ERRNO_GET));
// This will cause handle_close to get called.
return -1;