summaryrefslogtreecommitdiff
path: root/TAO/tests/Strategies
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/tests/Strategies
parent4b621e39437f76c42f54b2ee3d2dfecbe1ec4c5f (diff)
downloadATCD-22a42c07ed1c3ad3399045e42939dd64e617657f.tar.gz
Sun Oct 12 18:05:45 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/Strategies')
-rw-r--r--TAO/tests/Strategies/server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Strategies/server.cpp b/TAO/tests/Strategies/server.cpp
index eb8ce13504d..e896098d5af 100644
--- a/TAO/tests/Strategies/server.cpp
+++ b/TAO/tests/Strategies/server.cpp
@@ -71,7 +71,7 @@ ACE_TMAIN(int argc, ACE_TCHAR *argv[])
CORBA::String_var ior =
orb->object_to_string (server.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)