summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/objref.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Param_Test/objref.cpp')
-rw-r--r--TAO/tests/Param_Test/objref.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tests/Param_Test/objref.cpp b/TAO/tests/Param_Test/objref.cpp
index e879993797b..469c812224a 100644
--- a/TAO/tests/Param_Test/objref.cpp
+++ b/TAO/tests/Param_Test/objref.cpp
@@ -262,10 +262,10 @@ Test_ObjRef::print_values (void)
ACE_DEBUG ((LM_DEBUG,
"\n=*=*=*=*=*=*"
- "in = %s, "
- "inout = %s, "
- "out = %s, "
- "ret = %s*=*=*=*=*=\n",
+ "in = %C, "
+ "inout = %C, "
+ "out = %C, "
+ "ret = %C*=*=*=*=*=\n",
in?in:"ERROR(null string)",
inout?inout:"ERROR(null string)",
out?out:"ERROR(null string)",