summaryrefslogtreecommitdiff
path: root/TAO/tao/Codeset/UTF16_BOM_Factory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Codeset/UTF16_BOM_Factory.cpp')
-rw-r--r--TAO/tao/Codeset/UTF16_BOM_Factory.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Codeset/UTF16_BOM_Factory.cpp b/TAO/tao/Codeset/UTF16_BOM_Factory.cpp
index 64123cd9130..0ce8840b917 100644
--- a/TAO/tao/Codeset/UTF16_BOM_Factory.cpp
+++ b/TAO/tao/Codeset/UTF16_BOM_Factory.cpp
@@ -58,7 +58,7 @@ TAO_UTF16_BOM_Factory::init (int argc, ACE_TCHAR *argv[])
}
else
{
- ACE_ERROR ((LM_ERROR,
+ TAOLIB_ERROR ((LM_ERROR,
ACE_TEXT ("(%P|%t)TAO_UTF16_BOM_Factory parameter error: %s\n")
ACE_TEXT ("Usage: TAO_UTF16_BOM_Factory \"-forceBE\"\n")
, argv[narg]
@@ -129,7 +129,7 @@ TAO_UTF16_BOM_Factory::create_translator () const
if (this->translator_ == 0)
{
if (TAO_debug_level)
- ACE_ERROR ((LM_ERROR,
+ TAOLIB_ERROR ((LM_ERROR,
ACE_TEXT ("TAO (%P|%t) - UTF16_BOM_Factory: ")
ACE_TEXT ("Cannot create translator\n")
));