summaryrefslogtreecommitdiff
path: root/tests/Cached_Accept_Conn_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Cached_Accept_Conn_Test.cpp')
-rw-r--r--tests/Cached_Accept_Conn_Test.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/Cached_Accept_Conn_Test.cpp b/tests/Cached_Accept_Conn_Test.cpp
index 24246cb1ae7..97271e0c1c4 100644
--- a/tests/Cached_Accept_Conn_Test.cpp
+++ b/tests/Cached_Accept_Conn_Test.cpp
@@ -354,7 +354,7 @@ Client_Svc_Handler::open (void *)
{
if (debug)
ACE_DEBUG ((LM_DEBUG,
- ACE_TEXT ("opening Client_Svc_Handler %d with handle %d\n"),
+ ACE_TEXT ("opening Client_Svc_Handler %@ with handle %d\n"),
this,
this->peer ().get_handle ()));
return 0;
@@ -364,7 +364,7 @@ int
Client_Svc_Handler::close (u_long flags)
{
ACE_DEBUG ((LM_DEBUG,
- ACE_TEXT ("Closing Client_Svc_Handler %d with handle %d\n"),
+ ACE_TEXT ("Closing Client_Svc_Handler %@ with handle %d\n"),
this,
this->peer ().get_handle ()));
return ACE_Svc_Handler<ACE_SOCK_STREAM, ACE_NULL_SYNCH>::close (flags);
@@ -381,7 +381,7 @@ Server_Svc_Handler::open (void *)
{
if (debug)
ACE_DEBUG ((LM_DEBUG,
- ACE_TEXT ("opening Server_Svc_Handler %d with handle %d\n"),
+ ACE_TEXT ("opening Server_Svc_Handler %@ with handle %d\n"),
this,
this->peer ().get_handle ()));