summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/nested_struct.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Param_Test/nested_struct.cpp')
-rw-r--r--TAO/tests/Param_Test/nested_struct.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tests/Param_Test/nested_struct.cpp b/TAO/tests/Param_Test/nested_struct.cpp
index 1424ce43835..77402115ff3 100644
--- a/TAO/tests/Param_Test/nested_struct.cpp
+++ b/TAO/tests/Param_Test/nested_struct.cpp
@@ -174,10 +174,10 @@ Test_Nested_Struct::print_values (void)
ACE_DEBUG ((LM_DEBUG,
"\n*=*=*=*=*=*=*=*=*=*=\n"
"Element # %d\n"
- "in (len = %d): %s\n"
- "inout (len = %d): %s\n"
- "out (len = %d): %s\n"
- "ret (len = %d): %s\n",
+ "in (len = %d): %C\n"
+ "inout (len = %d): %C\n"
+ "out (len = %d): %C\n"
+ "ret (len = %d): %C\n",
i,
this->in_.vs.seq.length (),
(this->in_.vs.seq.length ()? (const char *)this->in_.vs.seq[i]:"<nul>"),