summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/be/be_produce.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/be/be_produce.cpp')
-rw-r--r--TAO/TAO_IDL/be/be_produce.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_produce.cpp b/TAO/TAO_IDL/be/be_produce.cpp
index 5c35df61a56..2ae24299e3c 100644
--- a/TAO/TAO_IDL/be/be_produce.cpp
+++ b/TAO/TAO_IDL/be/be_produce.cpp
@@ -105,7 +105,7 @@ BE_visit_root (be_visitor_decl &root_visitor, const char *which_pass)
if (-1 == root->accept (&root_visitor))
{
ACE_ERROR ((LM_ERROR,
- "BE_visit_root - %C for Root failed\n",
+ "BE_visit_root - %s for Root failed\n",
which_pass));
BE_abort ();
}