From c38b223e5fbab5baab195ebb6df071bef48c848f Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Thu, 30 Oct 2008 12:54:07 +0000 Subject: Thu Oct 30 12:53:00 UTC 2008 Johnny Willemsen --- ACE/protocols/tests/HTBP/Send_Recv_Tests/client.cpp | 4 ++-- ACE/protocols/tests/HTBP/Send_Recv_Tests/server.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'ACE/protocols') diff --git a/ACE/protocols/tests/HTBP/Send_Recv_Tests/client.cpp b/ACE/protocols/tests/HTBP/Send_Recv_Tests/client.cpp index c8d224c9380..2f559e03b29 100644 --- a/ACE/protocols/tests/HTBP/Send_Recv_Tests/client.cpp +++ b/ACE/protocols/tests/HTBP/Send_Recv_Tests/client.cpp @@ -128,8 +128,8 @@ ACE_TMAIN (int argc, ACE_TCHAR *argv[]) remote.get_port_number())); ACE_DEBUG ((LM_DEBUG, - ACE_TEXT ("(%P|%t) connected to %s\n"), - ACE_TEXT_CHAR_TO_TCHAR(remote.get_host_name ()))); + ACE_TEXT ("(%P|%t) connected to %C\n"), + remote.get_host_name ())); ACE_DEBUG ((LM_DEBUG, "(%P) ***** client TEST 1 ***** \n")); diff --git a/ACE/protocols/tests/HTBP/Send_Recv_Tests/server.cpp b/ACE/protocols/tests/HTBP/Send_Recv_Tests/server.cpp index 758fdc90a21..c8d4153a392 100644 --- a/ACE/protocols/tests/HTBP/Send_Recv_Tests/server.cpp +++ b/ACE/protocols/tests/HTBP/Send_Recv_Tests/server.cpp @@ -178,8 +178,8 @@ ACE_TMAIN (int argc, ACE_TCHAR *argv[]) ACE::HTBP::Stream stream (session); ACE_DEBUG ((LM_DEBUG, - ACE_TEXT ("(%P|%t) client %s connected from %d\n"), - ACE_TEXT_CHAR_TO_TCHAR(cli_addr.get_host_name ()), + ACE_TEXT ("(%P|%t) client %C connected from %d\n"), + cli_addr.get_host_name (), cli_addr.get_port_number ())); ACE_DEBUG ((LM_DEBUG, -- cgit v1.2.1