summaryrefslogtreecommitdiff
path: root/ACE/tests/Multicast_Test.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-01-28 09:46:02 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-01-28 09:46:02 +0000
commit19f4410aa568622c6e6d91b71a2deec95ea01ce0 (patch)
tree4c308544eb78556eb2e71fc55d7bf6bcdf8b4d97 /ACE/tests/Multicast_Test.cpp
parent97c59426e90d2f382e8e5d433733f22607b516bd (diff)
downloadATCD-19f4410aa568622c6e6d91b71a2deec95ea01ce0.tar.gz
Wed Jan 28 09:45:53 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* tests/Bug_3541_Regression.cpp: Fixed last compile error * tests/Multicast_Test.cpp: Unicode fix * tests/Thread_Pool_Reactor_Resume_Test.cpp: Unicode fix
Diffstat (limited to 'ACE/tests/Multicast_Test.cpp')
-rw-r--r--ACE/tests/Multicast_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/Multicast_Test.cpp b/ACE/tests/Multicast_Test.cpp
index 53015f1895b..5de0c7bd48c 100644
--- a/ACE/tests/Multicast_Test.cpp
+++ b/ACE/tests/Multicast_Test.cpp
@@ -762,7 +762,7 @@ int send_dgram (ACE_SOCK_Dgram &socket, ACE_INET_Addr addr, int done = 0)
ACE_OS::sprintf (buf, "%s/%d", address, port);
if (socket.send (buf, ACE_OS::strlen (buf),addr) == -1)
- ACE_ERROR_RETURN ((LM_ERROR, ACE_TEXT ("Send to %s, %p\n"),
+ ACE_ERROR_RETURN ((LM_ERROR, ACE_TEXT ("Send to %C, %p\n"),
address,
ACE_TEXT ("send_dgram - error calling send on ")
ACE_TEXT ("ACE_SOCK_Dgram.")), -1);