summaryrefslogtreecommitdiff
path: root/TAO/tests/OBV
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/OBV')
-rw-r--r--TAO/tests/OBV/Forward/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/OBV/Forward/client.cpp b/TAO/tests/OBV/Forward/client.cpp
index 1bc806f728e..20bab6128fe 100644
--- a/TAO/tests/OBV/Forward/client.cpp
+++ b/TAO/tests/OBV/Forward/client.cpp
@@ -49,7 +49,7 @@ dump_node (BaseNode *bn, int indent)
StringNode *sn = StringNode::_downcast (bn);
if (sn != 0)
{
- ACE_DEBUG ((LM_DEBUG, "%x <StringNode> %s\n",
+ ACE_DEBUG ((LM_DEBUG, "%x <StringNode> %C\n",
bn,
sn->name ()));
}