summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/util/utl_global.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/TAO_IDL/util/utl_global.cpp')
-rw-r--r--TAO/TAO_IDL/util/utl_global.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/util/utl_global.cpp b/TAO/TAO_IDL/util/utl_global.cpp
index fe3d381320f..68d05df6e0d 100644
--- a/TAO/TAO_IDL/util/utl_global.cpp
+++ b/TAO/TAO_IDL/util/utl_global.cpp
@@ -1799,7 +1799,7 @@ IDL_GlobalData::add_dcps_data_type (const char* id)
{
ACE_ERROR ((LM_ERROR,
ACE_TEXT ("(%P|%t) Unable to insert type")
- ACE_TEXT (" into DCPS type container: %C.\n"),
+ ACE_TEXT (" into DCPS type container: %s.\n"),
id));
return;
}
@@ -1807,7 +1807,7 @@ IDL_GlobalData::add_dcps_data_type (const char* id)
else
{
ACE_ERROR ((LM_WARNING,
- ACE_TEXT ("(%P|%t) Duplicate DCPS type defined: %C.\n"),
+ ACE_TEXT ("(%P|%t) Duplicate DCPS type defined: %s.\n"),
id));
}