summaryrefslogtreecommitdiff
path: root/TAO/tests/OBV
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-10-15 19:05:06 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-10-15 19:05:06 +0000
commit0ba1412e106f31bdb5757aa858b690d3d1e5b42e (patch)
treef784c137e518b8862cf51307d1c3ac5475f358c6 /TAO/tests/OBV
parent913c6e17eb50d265e9900abad9d9a6b014c87b5d (diff)
downloadATCD-0ba1412e106f31bdb5757aa858b690d3d1e5b42e.tar.gz
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 ()));
}