summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Client_Protocol
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-10-15 19:02:05 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-10-15 19:02:05 +0000
commit47c63be979e69e22a1a0a8873f77783140f1fbb0 (patch)
tree9c54070e3dc46444870a215657e2fb163d451f4f /TAO/tests/RTCORBA/Client_Protocol
parentdb3dee1037cdc2fb960632b25d34d6a91852e1cd (diff)
downloadATCD-47c63be979e69e22a1a0a8873f77783140f1fbb0.tar.gz
Diffstat (limited to 'TAO/tests/RTCORBA/Client_Protocol')
-rw-r--r--TAO/tests/RTCORBA/Client_Protocol/client.cpp2
-rw-r--r--TAO/tests/RTCORBA/Client_Protocol/server.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/RTCORBA/Client_Protocol/client.cpp b/TAO/tests/RTCORBA/Client_Protocol/client.cpp
index 0e04b38f670..55e7851c168 100644
--- a/TAO/tests/RTCORBA/Client_Protocol/client.cpp
+++ b/TAO/tests/RTCORBA/Client_Protocol/client.cpp
@@ -57,7 +57,7 @@ check_for_nil (CORBA::Object_ptr obj, const char *msg)
{
if (CORBA::is_nil (obj))
ACE_ERROR_RETURN ((LM_ERROR,
- "ERROR: Object reference <%s> is nil\n",
+ "ERROR: Object reference <%C> is nil\n",
msg),
-1);
else
diff --git a/TAO/tests/RTCORBA/Client_Protocol/server.cpp b/TAO/tests/RTCORBA/Client_Protocol/server.cpp
index ac840bcce33..3ac8defcdc8 100644
--- a/TAO/tests/RTCORBA/Client_Protocol/server.cpp
+++ b/TAO/tests/RTCORBA/Client_Protocol/server.cpp
@@ -101,7 +101,7 @@ check_for_nil (CORBA::Object_ptr obj, const char *msg)
{
if (CORBA::is_nil (obj))
ACE_ERROR_RETURN ((LM_ERROR,
- "ERROR: Object reference <%s> is nil\n",
+ "ERROR: Object reference <%C> is nil\n",
msg),
-1);
else
@@ -125,7 +125,7 @@ create_object (PortableServer::POA_ptr poa,
CORBA::String_var ior =
orb->object_to_string (server.in ());
- ACE_DEBUG ((LM_DEBUG, "<%s>\n\n", ior.in ()));
+ ACE_DEBUG ((LM_DEBUG, "<%C>\n\n", ior.in ()));
// Print ior to the file.
if (filename != 0)