summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/param_test_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Param_Test/param_test_i.cpp')
-rw-r--r--TAO/tests/Param_Test/param_test_i.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Param_Test/param_test_i.cpp b/TAO/tests/Param_Test/param_test_i.cpp
index fa4f6948cc8..4a044735a8b 100644
--- a/TAO/tests/Param_Test/param_test_i.cpp
+++ b/TAO/tests/Param_Test/param_test_i.cpp
@@ -263,7 +263,7 @@ Param_Test_i::test_strseq (const CORBA::StringSeq &s1,
{
ACE_DEBUG ((LM_DEBUG,
"Element #%d\n"
- "in : %s\n",
+ "in : %C\n",
i,
(s2[i]? (const char *)s2[i]:"<nul>")));
}
@@ -737,7 +737,7 @@ Param_Test_i::test_any (const CORBA::Any &a1,
else if (a1 >>= str_in)
{
if (TAO_debug_level > 0)
- ACE_DEBUG ((LM_DEBUG, "Received unbounded string = %s\n", str_in));
+ ACE_DEBUG ((LM_DEBUG, "Received unbounded string = %C\n", str_in));
}
else if (a1 >>= coffee)
{