summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/util/utl_global.cpp
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2009-06-24 23:52:35 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2009-06-24 23:52:35 +0000
commit00f5c123221f1f60b1ff365d7cd14d4317e06ce1 (patch)
tree03495e9c736e43f1e2d44ad4e7c83a287f29b20b /TAO/TAO_IDL/util/utl_global.cpp
parente0c701f206c2f136457b3d96310e2e28590b48f6 (diff)
downloadATCD-00f5c123221f1f60b1ff365d7cd14d4317e06ce1.tar.gz
new branchCIAOCDM
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));
}