diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2008-10-30 12:54:07 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2008-10-30 12:54:07 +0000 |
commit | c38b223e5fbab5baab195ebb6df071bef48c848f (patch) | |
tree | 4b149b5557d96fa2f44acd749561719634e9e16f /ACE/protocols | |
parent | 4a9cb98098c1e18cad3609f7356e3d7218232c7b (diff) | |
download | ATCD-c38b223e5fbab5baab195ebb6df071bef48c848f.tar.gz |
Thu Oct 30 12:53:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/protocols')
-rw-r--r-- | ACE/protocols/tests/HTBP/Send_Recv_Tests/client.cpp | 4 | ||||
-rw-r--r-- | ACE/protocols/tests/HTBP/Send_Recv_Tests/server.cpp | 4 |
2 files changed, 4 insertions, 4 deletions
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, |