summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/HTIOP
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-10-12 18:07:40 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-10-12 18:07:40 +0000
commit22a42c07ed1c3ad3399045e42939dd64e617657f (patch)
tree4b17d160f7a97c2f30fb30d97d91c64a988d6acd /TAO/orbsvcs/tests/HTIOP
parent4b621e39437f76c42f54b2ee3d2dfecbe1ec4c5f (diff)
downloadATCD-22a42c07ed1c3ad3399045e42939dd64e617657f.tar.gz
Sun Oct 12 18:05:45 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/tests/HTIOP')
-rw-r--r--TAO/orbsvcs/tests/HTIOP/AMI/server.cpp2
-rw-r--r--TAO/orbsvcs/tests/HTIOP/BiDirectional/server.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/HTIOP/AMI/server.cpp b/TAO/orbsvcs/tests/HTIOP/AMI/server.cpp
index 845c053f845..f4b50e9c0bd 100644
--- a/TAO/orbsvcs/tests/HTIOP/AMI/server.cpp
+++ b/TAO/orbsvcs/tests/HTIOP/AMI/server.cpp
@@ -90,7 +90,7 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
CORBA::String_var ior =
orb->object_to_string (ami_test_var.in ());
- ACE_DEBUG ((LM_DEBUG, "Activated as <%s>\n", ior.in ()));
+ ACE_DEBUG ((LM_DEBUG, "Activated as <%C>\n", ior.in ()));
// If the ior_output_file exists, output the ior to it
if (ior_output_file != 0)
diff --git a/TAO/orbsvcs/tests/HTIOP/BiDirectional/server.cpp b/TAO/orbsvcs/tests/HTIOP/BiDirectional/server.cpp
index 68480aeced1..6459299e22c 100644
--- a/TAO/orbsvcs/tests/HTIOP/BiDirectional/server.cpp
+++ b/TAO/orbsvcs/tests/HTIOP/BiDirectional/server.cpp
@@ -110,7 +110,7 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
CORBA::String_var ior =
orb->object_to_string (obj.in ());
- ACE_DEBUG ((LM_DEBUG, "Activated as <%s>\n", ior.in ()));
+ ACE_DEBUG ((LM_DEBUG, "Activated as <%C>\n", ior.in ()));
// If the ior_output_file exists, output the ior to it
if (ior_output_file != 0)