summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/TAO_IDL/be/be_codegen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/TAO_IDL/be/be_codegen.cpp b/TAO/TAO_IDL/be/be_codegen.cpp
index 1b7ad0d1ebf..07991c45ea2 100644
--- a/TAO/TAO_IDL/be/be_codegen.cpp
+++ b/TAO/TAO_IDL/be/be_codegen.cpp
@@ -1927,7 +1927,7 @@ TAO_CodeGen::gen_export_file (const char *filename,
{
ACE_ERROR ((LM_ERROR,
ACE_TEXT ("TAO_CodeGen::gen_export_file() - ")
- ACE_TEXT ("Error: %C export include not initialized\n"),
+ ACE_TEXT ("%C export include not initialized\n"),
msg));
return;
}