diff options
Diffstat (limited to 'TAO/tests/Param_Test/complex_any.cpp')
-rw-r--r-- | TAO/tests/Param_Test/complex_any.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Param_Test/complex_any.cpp b/TAO/tests/Param_Test/complex_any.cpp index 7696218e2e5..29a9ca724d3 100644 --- a/TAO/tests/Param_Test/complex_any.cpp +++ b/TAO/tests/Param_Test/complex_any.cpp @@ -102,7 +102,7 @@ Test_Complex_Any::reset_parameters (void) if (TAO_debug_level > 0) ACE_DEBUG ((LM_DEBUG, - "setting level 5 string = %s\n", + "setting level 5 string = %C\n", l5_str)); level4_struct.level5_string = l5_str; @@ -115,7 +115,7 @@ Test_Complex_Any::reset_parameters (void) if (TAO_debug_level > 0) ACE_DEBUG ((LM_DEBUG, - "setting level 9 string = %s\n", + "setting level 9 string = %C\n", l9_str)); level8_struct.level9_string = l9_str; |