summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/bd_str_seq.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Param_Test/bd_str_seq.cpp')
-rw-r--r--TAO/tests/Param_Test/bd_str_seq.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tests/Param_Test/bd_str_seq.cpp b/TAO/tests/Param_Test/bd_str_seq.cpp
index a7a4f410df2..a8f73b80538 100644
--- a/TAO/tests/Param_Test/bd_str_seq.cpp
+++ b/TAO/tests/Param_Test/bd_str_seq.cpp
@@ -156,7 +156,7 @@ Test_Bounded_String_Sequence::print_values (void)
{
ACE_DEBUG ((LM_DEBUG,
"Element #%d\n"
- "in : %s\n",
+ "in : %C\n",
i,
this->in_[i]? (const char *)this->in_[i]:"<nul>"));
}
@@ -167,7 +167,7 @@ Test_Bounded_String_Sequence::print_values (void)
{
ACE_DEBUG ((LM_DEBUG,
"Element #%d\n"
- "in : %s\n",
+ "in : %C\n",
i,
(this->inout_[i]? (const char *)this->inout_[i]:"<nul>")));
}
@@ -178,7 +178,7 @@ Test_Bounded_String_Sequence::print_values (void)
{
ACE_DEBUG ((LM_DEBUG,
"Element #%d\n"
- "in : %s\n",
+ "in : %C\n",
i,
(this->out_[i]? (const char *)this->out_[i]:"<nul>")));
}
@@ -189,7 +189,7 @@ Test_Bounded_String_Sequence::print_values (void)
{
ACE_DEBUG ((LM_DEBUG,
"Element #%d\n"
- "in : %s\n",
+ "in : %C\n",
i,
(this->ret_[i]? (const char *)this->ret_[i]:"<nul>")));
}