summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/ub_any_seq.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Param_Test/ub_any_seq.cpp')
-rw-r--r--TAO/tests/Param_Test/ub_any_seq.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Param_Test/ub_any_seq.cpp b/TAO/tests/Param_Test/ub_any_seq.cpp
index d922962b7b5..07aab1ddf1c 100644
--- a/TAO/tests/Param_Test/ub_any_seq.cpp
+++ b/TAO/tests/Param_Test/ub_any_seq.cpp
@@ -99,7 +99,7 @@ Test_AnySeq::init_parameters (Param_Test_ptr objref)
CORBA::String_var str = gen->gen_string ();
if (TAO_debug_level > 0)
ACE_DEBUG ((LM_DEBUG,
- "setting string = %s\n", str.in ()));
+ "setting string = %C\n", str.in ()));
this->in_[i] <<= str.in ();
this->inout_[i] <<= 0; // different from in_
}