summaryrefslogtreecommitdiff
path: root/ACE/tests/Sendfile_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/Sendfile_Test.cpp')
-rw-r--r--ACE/tests/Sendfile_Test.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/ACE/tests/Sendfile_Test.cpp b/ACE/tests/Sendfile_Test.cpp
index 144b42657b8..b87999c8062 100644
--- a/ACE/tests/Sendfile_Test.cpp
+++ b/ACE/tests/Sendfile_Test.cpp
@@ -68,8 +68,8 @@ client (void *arg)
}
ACE_DEBUG ((LM_DEBUG,
- ACE_TEXT ("(%P|%t) connected to %s\n"),
- ACE_TEXT_CHAR_TO_TCHAR(server_addr.get_host_name ())));
+ ACE_TEXT ("(%P|%t) connected to %C\n"),
+ server_addr.get_host_name ()));
//******************* TEST 1 ******************************
//
@@ -187,8 +187,8 @@ server (void *arg)
}
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 ()));
//******************* TEST 1 ******************************