summaryrefslogtreecommitdiff
path: root/TAO/tao/Codeset/UTF8_Latin1_Factory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Codeset/UTF8_Latin1_Factory.cpp')
-rw-r--r--TAO/tao/Codeset/UTF8_Latin1_Factory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Codeset/UTF8_Latin1_Factory.cpp b/TAO/tao/Codeset/UTF8_Latin1_Factory.cpp
index 604167f74b4..5e8a3ee1b09 100644
--- a/TAO/tao/Codeset/UTF8_Latin1_Factory.cpp
+++ b/TAO/tao/Codeset/UTF8_Latin1_Factory.cpp
@@ -81,7 +81,7 @@ TAO_UTF8_Latin1_Factory::create_translator () const
if (this->translator_ == 0)
{
if (TAO_debug_level)
- ACE_ERROR ((LM_ERROR,
+ TAOLIB_ERROR ((LM_ERROR,
ACE_TEXT ("(%P|%t) TAO_UTF8_Latin1_Factory cannot ")
ACE_TEXT("create TAO_UTF8_Latin1_Translator\n")
));