summaryrefslogtreecommitdiff
path: root/TAO/tao/Exception.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Exception.cpp')
-rw-r--r--TAO/tao/Exception.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/Exception.cpp b/TAO/tao/Exception.cpp
index 6e88015cd3a..a6d6fd2528d 100644
--- a/TAO/tao/Exception.cpp
+++ b/TAO/tao/Exception.cpp
@@ -101,8 +101,8 @@ CORBA_Exception::_tao_print_exception (const char *user_provided_info,
FILE *) const
{
ACE_DEBUG ((LM_ERROR,
- ASYS_TEXT ("(%P|%t) EXCEPTION, %s\n")
- ASYS_TEXT ("%s\n"),
+ ACE_TEXT ("(%P|%t) EXCEPTION, %s\n")
+ ACE_TEXT ("%s\n"),
user_provided_info,
this->_info ().c_str ()));
}
@@ -372,7 +372,7 @@ void
CORBA_SystemException::_tao_print_system_exception (FILE *) const
{
ACE_DEBUG ((LM_ERROR,
- ASYS_TEXT ("(%P|%t) system exception, ID '%s'\n"),
+ ACE_TEXT ("(%P|%t) system exception, ID '%s'\n"),
this->_info ().c_str ()));
}